Uses of Class
jakarta.faces.view.facelets.MetaRuleset
-
Packages that use MetaRuleset Package Description com.sun.faces.facelets.tag com.sun.faces.facelets.tag.faces com.sun.faces.facelets.tag.faces.core com.sun.faces.facelets.tag.faces.html com.sun.faces.facelets.tag.ui jakarta.faces.view.facelets This package contains public classes for the Java code API of Facelets. -
-
Uses of MetaRuleset in com.sun.faces.facelets.tag
Subclasses of MetaRuleset in com.sun.faces.facelets.tag Modifier and Type Class Description classMetaRulesetImplMethods in com.sun.faces.facelets.tag that return MetaRuleset Modifier and Type Method Description MetaRulesetMetaRulesetImpl. add(Metadata mapper)MetaRulesetMetaRulesetImpl. addRule(MetaRule rule)MetaRulesetMetaRulesetImpl. alias(String attribute, String property)protected MetaRulesetMetaTagHandlerImpl. createMetaRuleset(Class type)Extend this method in order to add your own rules.MetaRulesetMetaRulesetImpl. ignore(String attribute)MetaRulesetMetaRulesetImpl. ignoreAll() -
Uses of MetaRuleset in com.sun.faces.facelets.tag.faces
Methods in com.sun.faces.facelets.tag.faces that return MetaRuleset Modifier and Type Method Description MetaRulesetComponentTagHandlerDelegateImpl. createMetaRuleset(Class type)protected MetaRulesetCompositeComponentTagHandler. createMetaRuleset(Class type)This is basically a copy of what's define in ComponentTagHandlerDelegateImpl except for the MetaRuleset implementation that's being used.MetaRulesetConverterTagHandlerDelegateImpl. createMetaRuleset(Class type)MetaRulesetValidatorTagHandlerDelegateImpl. createMetaRuleset(Class type) -
Uses of MetaRuleset in com.sun.faces.facelets.tag.faces.core
Methods in com.sun.faces.facelets.tag.faces.core that return MetaRuleset Modifier and Type Method Description MetaRulesetConvertDateTimeHandler. createMetaRuleset(Class type)protected MetaRulesetConvertDelegateHandler. createMetaRuleset(Class type)MetaRulesetConvertNumberHandler. createMetaRuleset(Class type)protected MetaRulesetValidateDelegateHandler. createMetaRuleset(Class type) -
Uses of MetaRuleset in com.sun.faces.facelets.tag.faces.html
Methods in com.sun.faces.facelets.tag.faces.html that return MetaRuleset Modifier and Type Method Description protected MetaRulesetHtmlComponentHandler. createMetaRuleset(Class type) -
Uses of MetaRuleset in com.sun.faces.facelets.tag.ui
Methods in com.sun.faces.facelets.tag.ui that return MetaRuleset Modifier and Type Method Description protected MetaRulesetRepeatHandler. createMetaRuleset(Class type) -
Uses of MetaRuleset in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return MetaRuleset Modifier and Type Method Description abstract MetaRulesetMetaRuleset. add(Metadata metadata)Add anotherMetadatato this ruleset, returningthis.abstract MetaRulesetMetaRuleset. addRule(MetaRule rule)Add anotherMetaRuleto this ruleset, returningthis.abstract MetaRulesetMetaRuleset. alias(String attribute, String property)Customize thisMetaRulesetby removing the attribute named by argumentattributeand re-adding it under the name given by the argumentproperty, returningthis.protected MetaRulesetDelegatingMetaTagHandler. createMetaRuleset(Class type)The default implementation simply calls through toTagHandlerDelegate.createMetaRuleset(java.lang.Class)and returns the result.protected abstract MetaRulesetMetaTagHandler. createMetaRuleset(Class type)Extend this method in order to add your own rules.abstract MetaRulesetTagHandlerDelegate. createMetaRuleset(Class type)Return aMetaRulesetparticular to this kind of tag handler.abstract MetaRulesetMetaRuleset. ignore(String attribute)Customize thisMetaRulesetinstance to advise it to ignore the attribute named by theattributeargument, returningthis.abstract MetaRulesetMetaRuleset. ignoreAll()Customize thisMetaRulesetinstance to advise it to ignore all attributes, returningthis.
-