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