Uses of Class
jakarta.faces.view.facelets.Metadata
Packages that use Metadata
Package
Description
-
Uses of Metadata in com.sun.faces.facelets.tag
Methods in com.sun.faces.facelets.tag that return MetadataModifier and TypeMethodDescriptionMethodRule.applyRule
(String name, TagAttribute attribute, MetadataTarget meta) MetaRulesetImpl.finish()
Methods in com.sun.faces.facelets.tag with parameters of type Metadata -
Uses of Metadata in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces that return MetadataModifier and TypeMethodDescriptionEditableValueHolderRule.applyRule
(String name, TagAttribute attribute, MetadataTarget meta) RenderPropertyRule.applyRule
(String name, TagAttribute attribute, MetadataTarget meta) -
Uses of Metadata in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return MetadataModifier and TypeMethodDescriptionabstract 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 MetadataModifier and TypeMethodDescriptionabstract MetaRuleset
Add anotherMetadata
to this ruleset, returningthis
.