com.sun.facelets.tag
Class MetaRule

java.lang.Object
  extended by com.sun.facelets.tag.MetaRule
Direct Known Subclasses:
EditableValueHolderRule, MethodRule

public abstract class MetaRule
extends Object

A potential rule for Metadata on the passed MetadataTarget

Version:
$Id: MetaRule.java,v 1.2 2005/08/24 04:38:47 jhook Exp $
Author:
Jacob Hookom
See Also:
Metadata, MetadataTarget

Constructor Summary
MetaRule()
           
 
Method Summary
abstract  Metadata applyRule(String name, TagAttribute attribute, MetadataTarget meta)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaRule

public MetaRule()
Method Detail

applyRule

public abstract Metadata applyRule(String name,
                                   TagAttribute attribute,
                                   MetadataTarget meta)
Parameters:
name -
attribute -
meta -
Returns:


Copyright © 2005 All Rights Reserved.