当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 cr1 API 英文版文档
UnifiedELValueBinding (JBoss Seam API Documentation) - JBoss Seam  1.1.0 cr1 API 英文版文档
org.jboss.seam.util
Class UnifiedELValueBinding
java.lang.Object
   javax.faces.el.ValueBinding
javax.faces.el.ValueBinding
       org.jboss.seam.util.UnifiedELValueBinding
org.jboss.seam.util.UnifiedELValueBinding
- public class UnifiedELValueBinding 
- extends javax.faces.el.ValueBinding
 
 
 
UnifiedELValueBinding
public UnifiedELValueBinding(String expression)
getExpressionString
public String getExpressionString()
- 
- Overrides:
- getExpressionStringin 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:
- getTypein 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:
- getValuein 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:
- isReadOnlyin 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:
- setValuein class- javax.faces.el.ValueBinding
 
- 
- Throws:
- javax.faces.el.EvaluationException
- javax.faces.el.PropertyNotFoundException
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-