|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.el.ValueBinding
org.jboss.seam.jsf.UnifiedELValueBinding
@Deprecated public class UnifiedELValueBinding
Nobody should be using ValueBinding anymore, but if they are, we need this.
| Constructor Summary | |
|---|---|
UnifiedELValueBinding()
Deprecated. |
|
UnifiedELValueBinding(java.lang.String expressionString)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getExpressionString()
Deprecated. |
java.lang.Class |
getType(javax.faces.context.FacesContext ctx)
Deprecated. |
java.lang.Object |
getValue(javax.faces.context.FacesContext ctx)
Deprecated. |
boolean |
isReadOnly(javax.faces.context.FacesContext ctx)
Deprecated. |
void |
setValue(javax.faces.context.FacesContext ctx,
java.lang.Object value)
Deprecated. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UnifiedELValueBinding(java.lang.String expressionString)
public UnifiedELValueBinding()
| Method Detail |
|---|
public java.lang.String getExpressionString()
getExpressionString in class javax.faces.el.ValueBinding
public java.lang.Class getType(javax.faces.context.FacesContext ctx)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getType in class javax.faces.el.ValueBindingjavax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public java.lang.Object getValue(javax.faces.context.FacesContext ctx)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
getValue in class javax.faces.el.ValueBindingjavax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public boolean isReadOnly(javax.faces.context.FacesContext ctx)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
isReadOnly in class javax.faces.el.ValueBindingjavax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
public void setValue(javax.faces.context.FacesContext ctx,
java.lang.Object value)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
setValue in class javax.faces.el.ValueBindingjavax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||