当前页面:
在线文档首页 >
JBoss Seam 1.1.7 cr1 API 英文版文档
UnifiedELValueBinding (JBoss Seam API Documentation) - JBoss Seam 1.1.7 cr1 API 英文版文档
org.jboss.seam.util
Class UnifiedELValueBinding
java.lang.Object
javax.faces.el.ValueBinding
org.jboss.seam.util.UnifiedELValueBinding
public class UnifiedELValueBinding
- extends javax.faces.el.ValueBinding
UnifiedELValueBinding
public UnifiedELValueBinding(String expression)
getExpressionString
public String getExpressionString()
- Overrides:
getExpressionString
in class javax.faces.el.ValueBinding
getType
public Class getType(javax.faces.context.FacesContext ctx)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
getType
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
getValue
public Object getValue(javax.faces.context.FacesContext ctx)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
getValue
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
isReadOnly
public boolean isReadOnly(javax.faces.context.FacesContext ctx)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
isReadOnly
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
setValue
public void setValue(javax.faces.context.FacesContext ctx,
Object value)
throws javax.faces.el.EvaluationException,
javax.faces.el.PropertyNotFoundException
- Specified by:
setValue
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
javax.faces.el.PropertyNotFoundException
toString
public String toString()
- Overrides:
toString
in class Object