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.MetaRuleset
Customize this
MetaRuleset
instance to advise it to ignore the
attribute named by the attribute
argument, returning
this
.
ignore
in class javax.faces.view.facelets.MetaRuleset
attribute
- the name of the attribute to ignore.public javax.faces.view.facelets.MetaRuleset alias(String attribute, String property)
javax.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 javax.faces.view.facelets.MetaRuleset
attribute
- 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.MetaRuleset
Add another Metadata
to this
ruleset, returning this
.
add
in class javax.faces.view.facelets.MetaRuleset
mapper
- 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.MetaRuleset
Add another MetaRule
to this
ruleset, returning this
.
addRule
in class javax.faces.view.facelets.MetaRuleset
rule
- the rule to add.MetaRuleset
with the MetaRule
added.public javax.faces.view.facelets.Metadata finish()
javax.faces.view.facelets.MetaRuleset
Take actions to apply the rule.
finish
in class javax.faces.view.facelets.MetaRuleset
public javax.faces.view.facelets.MetaRuleset ignoreAll()
javax.faces.view.facelets.MetaRuleset
Customize this
MetaRuleset
instance to advise it to ignore all
attributes, returning
this
.
ignoreAll
in class javax.faces.view.facelets.MetaRuleset
MetaRuleset
.protected javax.faces.view.facelets.MetadataTarget getMetadataTarget()
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.