Uses of Class
jakarta.faces.view.facelets.Metadata
-
Packages that use Metadata Package Description com.sun.faces.facelets.tag com.sun.faces.facelets.tag.faces jakarta.faces.view.facelets -
-
Uses of Metadata in com.sun.faces.facelets.tag
Methods in com.sun.faces.facelets.tag that return Metadata Modifier and Type Method Description MetadataMethodRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)MetadataMetaRulesetImpl. finish()Methods in com.sun.faces.facelets.tag with parameters of type Metadata Modifier and Type Method Description MetaRulesetMetaRulesetImpl. add(Metadata mapper) -
Uses of Metadata in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces that return Metadata Modifier and Type Method Description MetadataEditableValueHolderRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)MetadataRenderPropertyRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta) -
Uses of Metadata in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return Metadata Modifier and Type Method Description abstract MetadataMetaRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)Return an abstraction that takes appropriate action given the kind of rule represented by the argumentname, in the context of this particular concrete subclass ofMetaRule.abstract MetadataMetaRuleset. finish()Take actions to apply the rule.Methods in jakarta.faces.view.facelets with parameters of type Metadata Modifier and Type Method Description abstract MetaRulesetMetaRuleset. add(Metadata metadata)Add anotherMetadatato this ruleset, returningthis.
-