Uses of Class
jakarta.faces.view.facelets.Metadata
Package | Description |
---|---|
com.sun.faces.facelets.tag | |
com.sun.faces.facelets.tag.jsf | |
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 Metadata
MethodRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)
Metadata
MetaRulesetImpl. finish()
Methods in com.sun.faces.facelets.tag with parameters of type Metadata Modifier and Type Method Description MetaRuleset
MetaRulesetImpl. add(Metadata mapper)
-
Uses of Metadata in com.sun.faces.facelets.tag.jsf
Methods in com.sun.faces.facelets.tag.jsf that return Metadata Modifier and Type Method Description Metadata
EditableValueHolderRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)
Metadata
RenderPropertyRule. 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 Metadata
MetaRule. 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 Metadata
MetaRuleset. finish()
Take actions to apply the rule.Methods in jakarta.faces.view.facelets with parameters of type Metadata Modifier and Type Method Description abstract MetaRuleset
MetaRuleset. add(Metadata metadata)
Add anotherMetadata
to this ruleset, returningthis
.