com.sun.facelets.tag
Class MetaRule
java.lang.Object
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.3 2008/07/13 19:01:36 rlubke Exp $
- Author:
- Jacob Hookom
- See Also:
Metadata,
MetadataTarget
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MetaRule
public MetaRule()
applyRule
public abstract Metadata applyRule(String name,
TagAttribute attribute,
MetadataTarget meta)
- Parameters:
name - attribute - meta -
- Returns:
Copyright © 2005 All Rights Reserved.