javax.faces.view.facelets
Class MetaRule

java.lang.Object
  extended by javax.faces.view.facelets.MetaRule

public abstract class MetaRule
extends java.lang.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:
com.sun.facelets.tag.Metadata, com.sun.facelets.tag.MetadataTarget

Constructor Summary
MetaRule()
           
 
Method Summary
abstract  Metadata applyRule(java.lang.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(java.lang.String name,
                                   TagAttribute attribute,
                                   MetadataTarget meta)
Parameters:
name -
attribute -
meta -
Returns:


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.