com.caucho.jsf.el
Class MethodBindingAdapter
java.lang.Object
MethodBinding
com.caucho.jsf.el.MethodBindingAdapter
public class MethodBindingAdapter
- extends MethodBinding
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MethodBindingAdapter
public MethodBindingAdapter()
MethodBindingAdapter
public MethodBindingAdapter(MethodExpression expr,
java.lang.Class[] param)
getExpressionString
public java.lang.String getExpressionString()
invoke
@Deprecated
public java.lang.Object invoke(FacesContext context,
java.lang.Object[] param)
throws EvaluationException,
javax.faces.el.MethodNotFoundException
- Deprecated.
- Throws:
EvaluationException
javax.faces.el.MethodNotFoundException
getType
@Deprecated
public java.lang.Class getType(FacesContext context)
throws EvaluationException,
javax.faces.el.PropertyNotFoundException
- Deprecated.
- Throws:
EvaluationException
javax.faces.el.PropertyNotFoundException
saveState
public java.lang.Object saveState(FacesContext context)
restoreState
public void restoreState(FacesContext context,
java.lang.Object value)
isTransient
public boolean isTransient()
setTransient
public void setTransient(boolean isTransient)
toString
public java.lang.String toString()