|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.ValueBinding
public abstract class ValueBinding
see Javadoc of JSF Specification
Constructor Summary | |
---|---|
ValueBinding()
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getExpressionString()
Deprecated. |
abstract java.lang.Class |
getType(FacesContext facesContext)
Deprecated. |
abstract java.lang.Object |
getValue(FacesContext facesContext)
Deprecated. |
abstract boolean |
isReadOnly(FacesContext facesContext)
Deprecated. |
abstract void |
setValue(FacesContext facesContext,
java.lang.Object value)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValueBinding()
Method Detail |
---|
public java.lang.String getExpressionString()
public abstract java.lang.Class getType(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
EvaluationException
PropertyNotFoundException
public abstract java.lang.Object getValue(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
EvaluationException
PropertyNotFoundException
public abstract boolean isReadOnly(FacesContext facesContext) throws EvaluationException, PropertyNotFoundException
EvaluationException
PropertyNotFoundException
public abstract void setValue(FacesContext facesContext, java.lang.Object value) throws EvaluationException, PropertyNotFoundException
EvaluationException
PropertyNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |