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.2 2005/08/24 04:38:47 jhook 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.