javax.faces.webapp.pdl.facelets.tag
Class MetaRule

java.lang.Object
  extended by javax.faces.webapp.pdl.facelets.tag.MetaRule

public abstract class MetaRule
extends Object

A potential rule for Metadata on the passed MetadataTarget.

PENDING correct documentation

Since:
2.0

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 © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.