Uses of Class
jakarta.faces.view.facelets.MetaRuleset
-
Uses of MetaRuleset in jakarta.faces.view.facelets
Modifier and TypeMethodDescriptionabstract MetaRuleset
Add anotherMetadata
to this ruleset, returningthis
.abstract MetaRuleset
Add anotherMetaRule
to this ruleset, returningthis
.abstract MetaRuleset
Customize thisMetaRuleset
by removing the attribute named by argumentattribute
and re-adding it under the name given by the argumentproperty
, returningthis
.protected MetaRuleset
DelegatingMetaTagHandler.createMetaRuleset
(Class type) The default implementation simply calls through toTagHandlerDelegate.createMetaRuleset(java.lang.Class)
and returns the result.protected abstract MetaRuleset
MetaTagHandler.createMetaRuleset
(Class type) Extend this method in order to add your own rules.abstract MetaRuleset
TagHandlerDelegate.createMetaRuleset
(Class type) Return aMetaRuleset
particular to this kind of tag handler.abstract MetaRuleset
Customize thisMetaRuleset
instance to advise it to ignore the attribute named by theattribute
argument, returningthis
.abstract MetaRuleset
MetaRuleset.ignoreAll()
Customize thisMetaRuleset
instance to advise it to ignore all attributes, returningthis
.