|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.ValueBinding
com.sun.facelets.el.LegacyValueBinding
public final class LegacyValueBinding
Constructor Summary | |
---|---|
LegacyValueBinding()
Deprecated. |
|
LegacyValueBinding(javax.el.ValueExpression ve)
Deprecated. |
Method Summary | |
---|---|
String |
getExpressionString()
Deprecated. |
Class |
getType(FacesContext context)
Deprecated. |
Object |
getValue(FacesContext context)
Deprecated. |
boolean |
isReadOnly(FacesContext context)
Deprecated. |
void |
readExternal(ObjectInput in)
Deprecated. |
void |
setValue(FacesContext context,
Object value)
Deprecated. |
void |
writeExternal(ObjectOutput out)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyValueBinding()
public LegacyValueBinding(javax.el.ValueExpression ve)
Method Detail |
---|
public Object getValue(FacesContext context) throws EvaluationException, PropertyNotFoundException
getValue
in class ValueBinding
EvaluationException
PropertyNotFoundException
public void setValue(FacesContext context, Object value) throws EvaluationException, PropertyNotFoundException
setValue
in class ValueBinding
EvaluationException
PropertyNotFoundException
public boolean isReadOnly(FacesContext context) throws EvaluationException, PropertyNotFoundException
isReadOnly
in class ValueBinding
EvaluationException
PropertyNotFoundException
public Class getType(FacesContext context) throws EvaluationException, PropertyNotFoundException
getType
in class ValueBinding
EvaluationException
PropertyNotFoundException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public String getExpressionString()
getExpressionString
in class ValueBinding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |