|
Seam Core JSF2 2.3.1.Final | |||||||||
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(String expressionString)
Deprecated. |
Method Summary | |
---|---|
String |
getExpressionString()
Deprecated. |
Class |
getType(javax.faces.context.FacesContext ctx)
Deprecated. |
Object |
getValue(javax.faces.context.FacesContext ctx)
Deprecated. |
boolean |
isReadOnly(javax.faces.context.FacesContext ctx)
Deprecated. |
void |
setValue(javax.faces.context.FacesContext ctx,
Object value)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnifiedELValueBinding(String expressionString)
public UnifiedELValueBinding()
Method Detail |
---|
public String getExpressionString()
getExpressionString
in class javax.faces.el.ValueBinding
public Class getType(javax.faces.context.FacesContext ctx) 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 Object getValue(javax.faces.context.FacesContext ctx) 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 ctx) 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 ctx, 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 String toString()
toString
in class Object
|
Seam Core JSF2 2.3.1.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |