com.sun.faces.facelets.tag.jsf
private static class CompositeComponentTagHandler.CompositeComponentRule extends javax.faces.view.facelets.MetaRule
MetaRule
for populating the ValueExpression map of a
composite component.Modifier and Type | Class and Description |
---|---|
private static class |
CompositeComponentTagHandler.CompositeComponentRule.CompositeExpressionMetadata
CompositeExpressionMetadata sets up specialized wrapper ValueExpression
instances around the source ValueExpression that, when evaluated,
will cause the parent composite component of the currently available
composite component to be pushed onto a stack that the
ImplicitObjectELResolver will check for.
|
private static class |
CompositeComponentTagHandler.CompositeComponentRule.LiteralAttributeMetadata
For literal expressions, coerce the literal value to the type
as provided to the constructor prior to setting the value into
the component's attribute map.
|
Modifier and Type | Field and Description |
---|---|
private static CompositeComponentTagHandler.CompositeComponentRule |
Instance |
Modifier | Constructor and Description |
---|---|
private |
CompositeComponentTagHandler.CompositeComponentRule() |
Modifier and Type | Method and Description |
---|---|
javax.faces.view.facelets.Metadata |
applyRule(java.lang.String name,
javax.faces.view.facelets.TagAttribute attribute,
javax.faces.view.facelets.MetadataTarget meta) |
private static final CompositeComponentTagHandler.CompositeComponentRule Instance
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.