Uses of Class
jakarta.faces.view.facelets.MetaRuleset
Packages that use MetaRuleset
-
Uses of MetaRuleset in jakarta.faces.view.facelets
Methods in jakarta.faces.view.facelets that return MetaRulesetModifier and TypeMethodDescriptionabstract MetaRulesetAdd anotherMetadatato this ruleset, returningthis.abstract MetaRulesetAdd anotherMetaRuleto this ruleset, returningthis.abstract MetaRulesetCustomize 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 MetaRulesetCustomize 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.