static final class ComponentRule.ValueExpressionMetadata
extends javax.faces.view.facelets.Metadata
Modifier and Type | Field and Description |
---|---|
private javax.faces.view.facelets.TagAttribute |
attr |
private java.lang.String |
name |
private java.lang.Class |
type |
Constructor and Description |
---|
ValueExpressionMetadata(java.lang.String name,
java.lang.Class type,
javax.faces.view.facelets.TagAttribute attr) |
Modifier and Type | Method and Description |
---|---|
void |
applyMetadata(javax.faces.view.facelets.FaceletContext ctx,
java.lang.Object instance) |
private final java.lang.String name
private final javax.faces.view.facelets.TagAttribute attr
private final java.lang.Class type
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.