Uses of Class
javax.faces.view.facelets.Metadata

Packages that use Metadata
javax.faces.view.facelets

This package contains public classes for the Java code API of Facelets. 

 

Uses of Metadata in javax.faces.view.facelets
 

Methods in javax.faces.view.facelets that return Metadata
abstract  Metadata MetaRule.applyRule(java.lang.String name, TagAttribute attribute, MetadataTarget meta)
          

Return an abstraction that takes appropriate action given the kind of rule represented by the argument name, in the context of this particular concrete subclass of MetaRule.

abstract  Metadata MetaRule.applyRule(java.lang.String name, TagAttribute attribute, MetadataTarget meta)
          

Return an abstraction that takes appropriate action given the kind of rule represented by the argument name, in the context of this particular concrete subclass of MetaRule.

abstract  Metadata MetaRuleset.finish()
          

Take actions to apply the rule.

abstract  Metadata MetaRuleset.finish()
          

Take actions to apply the rule.

 

Methods in javax.faces.view.facelets with parameters of type Metadata
abstract  MetaRuleset MetaRuleset.add(Metadata mapper)
          

Add another Metadata to this ruleset, returning this.

abstract  MetaRuleset MetaRuleset.add(Metadata mapper)
          

Add another Metadata to this ruleset, returning this.

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.