com.sun.faces.application
public class ValueBindingValueExpressionAdapter extends javax.faces.el.ValueBinding implements javax.faces.component.StateHolder, java.io.Serializable
Wrap a ValueExpression instance and expose it as a ValueBinding
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
private boolean |
tranzient |
private javax.el.ValueExpression |
valueExpression |
Constructor and Description |
---|
ValueBindingValueExpressionAdapter() |
ValueBindingValueExpressionAdapter(javax.el.ValueExpression valueExpression) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getExpressionString() |
java.lang.Class |
getType(javax.faces.context.FacesContext context) |
java.lang.Object |
getValue(javax.faces.context.FacesContext context) |
javax.el.ValueExpression |
getWrapped() |
int |
hashCode() |
boolean |
isReadOnly(javax.faces.context.FacesContext context) |
boolean |
isTransient() |
private static java.lang.Class |
loadClass(java.lang.String name,
java.lang.Object fallbackClass) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setTransient(boolean tranzient) |
void |
setValue(javax.faces.context.FacesContext context,
java.lang.Object value) |
private static final long serialVersionUID
private javax.el.ValueExpression valueExpression
private boolean tranzient
public ValueBindingValueExpressionAdapter()
public ValueBindingValueExpressionAdapter(javax.el.ValueExpression valueExpression)
public java.lang.String getExpressionString()
getExpressionString
in class javax.faces.el.ValueBinding
public java.lang.Class getType(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
getType
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public java.lang.Object getValue(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
getValue
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public boolean isReadOnly(javax.faces.context.FacesContext context) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
isReadOnly
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public void setValue(javax.faces.context.FacesContext context, java.lang.Object value) throws javax.faces.el.EvaluationException, javax.faces.el.PropertyNotFoundException
setValue
in class javax.faces.el.ValueBinding
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean tranzient)
setTransient
in interface javax.faces.component.StateHolder
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public javax.el.ValueExpression getWrapped()
private static java.lang.Class loadClass(java.lang.String name, java.lang.Object fallbackClass) throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.