Skip navigation links
org.apache.myfaces.trinidad.bean
Class ValueExpressionValueBinding
java.lang.Object
javax.faces.el.ValueBinding
org.apache.myfaces.trinidad.bean.ValueExpressionValueBinding
-
public class ValueExpressionValueBinding
- extends javax.faces.el.ValueBinding
| Method Summary |
boolean |
equals(java.lang.Object o)
|
java.lang.Class |
getType(javax.faces.context.FacesContext facesContext)
|
java.lang.Object |
getValue(javax.faces.context.FacesContext facesContext)
|
static javax.faces.el.ValueBinding |
getValueBinding(javax.el.ValueExpression ve)
Given a ValueExpression ve, return a ValueBinding. |
javax.el.ValueExpression |
getValueExpression()
|
int |
hashCode()
|
boolean |
isReadOnly(javax.faces.context.FacesContext facesContext)
|
void |
setValue(javax.faces.context.FacesContext facesContext, java.lang.Object object)
|
java.lang.String |
toString()
|
| Methods inherited from class javax.faces.el.ValueBinding |
getExpressionString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
getValueBinding
public static javax.faces.el.ValueBinding getValueBinding(javax.el.ValueExpression ve)
- Given a ValueExpression
ve, return a ValueBinding. The returned ValueBinding will implement StateHolder and Serializable interfaces if ve implements these interfaces.
-
- Parameters:
ve - The ValueExpression
- Returns:
- a ValueBinding equivalent to the ValueExpression
getValueExpression
public javax.el.ValueExpression getValueExpression()
getValue
public java.lang.Object getValue(javax.faces.context.FacesContext facesContext)
-
- Specified by:
getValue in class javax.faces.el.ValueBinding
setValue
public void setValue(javax.faces.context.FacesContext facesContext,
java.lang.Object object)
-
- Specified by:
setValue in class javax.faces.el.ValueBinding
isReadOnly
public boolean isReadOnly(javax.faces.context.FacesContext facesContext)
-
- Specified by:
isReadOnly in class javax.faces.el.ValueBinding
getType
public java.lang.Class getType(javax.faces.context.FacesContext facesContext)
-
- Specified by:
getType in class javax.faces.el.ValueBinding
equals
public boolean equals(java.lang.Object o)
-
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
-
- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
-
- Overrides:
toString in class java.lang.Object
Skip navigation links
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.