Uses of Class
jakarta.faces.view.facelets.Metadata
-
Packages that use Metadata Package Description jakarta.faces.view.facelets -
-
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
.
-