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 classMetadataTargetImplMethods in com.sun.faces.facelets.tag that return MetadataTarget Modifier and Type Method Description protected MetadataTargetMetaRulesetImpl. getMetadataTarget()Methods in com.sun.faces.facelets.tag with parameters of type MetadataTarget Modifier and Type Method Description MetadataMethodRule. 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 MetadataEditableValueHolderRule. applyRule(String name, TagAttribute attribute, MetadataTarget meta)MetadataRenderPropertyRule. 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 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.