Uses of Class
jakarta.faces.view.facelets.MetadataTarget
Package | Description |
---|---|
com.sun.faces.facelets.tag | |
com.sun.faces.facelets.tag.jsf | |
jakarta.faces.view.facelets |
-
Uses of MetadataTarget in com.sun.faces.facelets.tag
Subclasses of MetadataTarget in com.sun.faces.facelets.tag Modifier and Type Class Description class
MetadataTargetImpl
Methods in com.sun.faces.facelets.tag that return MetadataTarget Modifier and Type Method Description protected MetadataTarget
MetaRulesetImpl. getMetadataTarget()
Methods in com.sun.faces.facelets.tag with parameters of type MetadataTarget Modifier and Type Method Description Metadata
MethodRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)
-
Uses of MetadataTarget in com.sun.faces.facelets.tag.jsf
Methods in com.sun.faces.facelets.tag.jsf with parameters of type MetadataTarget 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 MetadataTarget in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets with parameters of type MetadataTarget 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
.