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