Uses of Class
jakarta.faces.view.facelets.MetaRuleset
Package
Description
-
Uses of MetaRuleset in com.sun.faces.facelets.tag
Modifier and TypeMethodDescriptionprotected MetaRuleset
MetaTagHandlerImpl.createMetaRuleset
(Class type) Extend this method in order to add your own rules.MetaRulesetImpl.ignoreAll()
-
Uses of MetaRuleset in com.sun.faces.facelets.tag.faces
Modifier and TypeMethodDescriptionComponentTagHandlerDelegateImpl.createMetaRuleset
(Class type) protected MetaRuleset
CompositeComponentTagHandler.createMetaRuleset
(Class type) This is basically a copy of what's define in ComponentTagHandlerDelegateImpl except for the MetaRuleset implementation that's being used.ConverterTagHandlerDelegateImpl.createMetaRuleset
(Class type) ValidatorTagHandlerDelegateImpl.createMetaRuleset
(Class type) -
Uses of MetaRuleset in com.sun.faces.facelets.tag.faces.core
Modifier and TypeMethodDescriptionConvertDateTimeHandler.createMetaRuleset
(Class type) protected MetaRuleset
ConvertDelegateHandler.createMetaRuleset
(Class type) ConvertNumberHandler.createMetaRuleset
(Class type) protected MetaRuleset
ValidateDelegateHandler.createMetaRuleset
(Class type) -
Uses of MetaRuleset in com.sun.faces.facelets.tag.faces.html
Modifier and TypeMethodDescriptionprotected MetaRuleset
HtmlComponentHandler.createMetaRuleset
(Class type) -
Uses of MetaRuleset in com.sun.faces.facelets.tag.ui
Modifier and TypeMethodDescriptionprotected MetaRuleset
RepeatHandler.createMetaRuleset
(Class type) -
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
.