org.richfaces.component
Class ValueBindingValueExpressionAdaptor
java.lang.Object
javax.faces.el.ValueBinding
org.richfaces.component.ValueBindingValueExpressionAdaptor
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class ValueBindingValueExpressionAdaptor
- extends javax.faces.el.ValueBinding
- implements javax.faces.component.StateHolder
- Author:
- Maksim Kaszynski
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 |
ValueBindingValueExpressionAdaptor
public ValueBindingValueExpressionAdaptor()
ValueBindingValueExpressionAdaptor
public ValueBindingValueExpressionAdaptor(javax.el.ValueExpression expression)
getType
public Class<?> getType(javax.faces.context.FacesContext context)
throws javax.faces.el.EvaluationException
- Specified by:
getType
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
getValue
public Object getValue(javax.faces.context.FacesContext context)
throws javax.faces.el.EvaluationException
- Specified by:
getValue
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
isReadOnly
public boolean isReadOnly(javax.faces.context.FacesContext context)
throws javax.faces.el.EvaluationException
- Specified by:
isReadOnly
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
setValue
public void setValue(javax.faces.context.FacesContext context,
Object value)
throws javax.faces.el.EvaluationException
- Specified by:
setValue
in class javax.faces.el.ValueBinding
- Throws:
javax.faces.el.EvaluationException
isTransient
public boolean isTransient()
- Specified by:
isTransient
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
saveState
public Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient
in interface javax.faces.component.StateHolder
getExpression
public javax.el.ValueExpression getExpression()
setExpression
public void setExpression(javax.el.ValueExpression expression)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.