public class MetaRulesetImpl
extends jakarta.faces.view.facelets.MetaRuleset
| Constructor and Description |
|---|
MetaRulesetImpl(jakarta.faces.view.facelets.Tag tag,
Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
jakarta.faces.view.facelets.MetaRuleset |
add(jakarta.faces.view.facelets.Metadata mapper)
Add another |
jakarta.faces.view.facelets.MetaRuleset |
addRule(jakarta.faces.view.facelets.MetaRule rule)
Add another |
jakarta.faces.view.facelets.MetaRuleset |
alias(String attribute,
String property)
Customize this |
jakarta.faces.view.facelets.Metadata |
finish()
Take actions to apply the rule. |
protected jakarta.faces.view.facelets.MetadataTarget |
getMetadataTarget() |
jakarta.faces.view.facelets.MetaRuleset |
ignore(String attribute)
Customize this |
jakarta.faces.view.facelets.MetaRuleset |
ignoreAll()
Customize this |
public MetaRulesetImpl(jakarta.faces.view.facelets.Tag tag,
Class<?> type)
public jakarta.faces.view.facelets.MetaRuleset ignore(String attribute)
jakarta.faces.view.facelets.MetaRuleset
Customize this MetaRuleset instance to advise it to ignore the attribute named by the
attribute argument, returning this.
ignore in class jakarta.faces.view.facelets.MetaRulesetattribute - the name of the attribute to ignore.public jakarta.faces.view.facelets.MetaRuleset alias(String attribute, String property)
jakarta.faces.view.facelets.MetaRuleset
Customize this MetaRuleset by removing the attribute named by argument attribute and
re-adding it under the name given by the argument property, returning this.
alias in class jakarta.faces.view.facelets.MetaRulesetattribute - the attribute to remove.property - the property to add.public jakarta.faces.view.facelets.MetaRuleset add(jakarta.faces.view.facelets.Metadata mapper)
jakarta.faces.view.facelets.MetaRuleset
Add another Metadata to this ruleset, returning this.
add in class jakarta.faces.view.facelets.MetaRulesetmapper - the Metadata to add.MetaRuleset with the Metadata added.public jakarta.faces.view.facelets.MetaRuleset addRule(jakarta.faces.view.facelets.MetaRule rule)
jakarta.faces.view.facelets.MetaRuleset
Add another MetaRule to this ruleset, returning this.
addRule in class jakarta.faces.view.facelets.MetaRulesetrule - the rule to add.MetaRuleset with the MetaRule added.public jakarta.faces.view.facelets.Metadata finish()
jakarta.faces.view.facelets.MetaRulesetTake actions to apply the rule.
finish in class jakarta.faces.view.facelets.MetaRulesetpublic jakarta.faces.view.facelets.MetaRuleset ignoreAll()
jakarta.faces.view.facelets.MetaRuleset
Customize this MetaRuleset instance to advise it to ignore all attributes, returning this.
ignoreAll in class jakarta.faces.view.facelets.MetaRulesetMetaRuleset.protected jakarta.faces.view.facelets.MetadataTarget getMetadataTarget()
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.