org.jboss.seam.jsf
@Deprecated public class UnifiedELValueBinding extends javax.faces.el.ValueBinding implements Serializable
| Constructor and Description |
|---|
UnifiedELValueBinding()
Deprecated.
|
UnifiedELValueBinding(String expressionString)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public UnifiedELValueBinding(String expressionString)
public UnifiedELValueBinding()
public String getExpressionString()
getExpressionString in class javax.faces.el.ValueBindingpublic 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.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic 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.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic 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.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionpublic void setValue(javax.faces.context.FacesContext ctx,
Object value)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
setValue in class javax.faces.el.ValueBindingjavax.faces.el.EvaluationExceptionjavax.faces.el.PropertyNotFoundExceptionCopyright © 2015 Seam Framework. All Rights Reserved.