org.apache.myfaces.trinidad.bean
Class TestValueBinding
java.lang.Object
javax.faces.el.ValueBinding
org.apache.myfaces.trinidad.bean.TestValueBinding
- All Implemented Interfaces:
- Serializable, javax.faces.component.StateHolder
public class TestValueBinding
- extends javax.faces.el.ValueBinding
- implements javax.faces.component.StateHolder, Serializable
- See Also:
- Serialized Form
| Methods inherited from class javax.faces.el.ValueBinding |
getExpressionString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestValueBinding
public TestValueBinding()
getValue
public Object getValue(javax.faces.context.FacesContext context)
- Specified by:
getValue in class javax.faces.el.ValueBinding
setValue
public void setValue(javax.faces.context.FacesContext context,
Object value)
- Specified by:
setValue in class javax.faces.el.ValueBinding
isReadOnly
public boolean isReadOnly(javax.faces.context.FacesContext context)
- Specified by:
isReadOnly in class javax.faces.el.ValueBinding
getType
public Class<?> getType(javax.faces.context.FacesContext context)
- Specified by:
getType in class javax.faces.el.ValueBinding
saveState
public Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState in interface javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext context,
Object state)
- Specified by:
restoreState in interface javax.faces.component.StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient in interface javax.faces.component.StateHolder
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.