com.sun.faces.application.view
private static final class FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.beans.PropertyDescriptor |
pd |
Constructor and Description |
---|
FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata(java.beans.PropertyDescriptor pd) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefault() |
java.lang.String |
getMethodSignature(javax.faces.context.FacesContext ctx) |
java.lang.String |
getName() |
java.lang.String |
getTargetAttributeName(javax.faces.context.FacesContext ctx) |
java.lang.String[] |
getTargets(javax.faces.context.FacesContext ctx) |
boolean |
isRequired(javax.faces.context.FacesContext ctx) |
FaceletViewHandlingStrategy.CompCompInterfaceMethodMetadata(java.beans.PropertyDescriptor pd)
public java.lang.String getMethodSignature(javax.faces.context.FacesContext ctx)
ctx
- the FacesContext
for the current requestmethod-signature
for this attributepublic java.lang.String[] getTargets(javax.faces.context.FacesContext ctx)
ctx
- the FacesContext
for the current requestpublic java.lang.String getTargetAttributeName(javax.faces.context.FacesContext ctx)
public boolean isRequired(javax.faces.context.FacesContext ctx)
ctx
- the FacesContext
for the current requesttrue if this attribute is required to be present,
otherwise, returns false
public java.lang.Object getDefault()
public java.lang.String getName()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.