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.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
Copyright © 2015 Seam Framework. All Rights Reserved.