org.apache.myfaces.tobago.component
Class MethodExpressionToMethodBinding
java.lang.Object
javax.faces.el.MethodBinding
org.apache.myfaces.tobago.component.MethodExpressionToMethodBinding
- All Implemented Interfaces:
- StateHolder
public class MethodExpressionToMethodBinding
- extends MethodBinding
- implements StateHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodExpressionToMethodBinding
public MethodExpressionToMethodBinding()
MethodExpressionToMethodBinding
public MethodExpressionToMethodBinding(MethodExpression methodExpression)
- Creates a new instance of MethodExpressionToMethodBinding
getExpressionString
public String getExpressionString()
- Overrides:
getExpressionString
in class MethodBinding
getType
public Class getType(FacesContext facesContext)
throws MethodNotFoundException
- Specified by:
getType
in class MethodBinding
- Throws:
MethodNotFoundException
invoke
public Object invoke(FacesContext facesContext,
Object[] params)
throws EvaluationException
- Specified by:
invoke
in class MethodBinding
- Throws:
EvaluationException
restoreState
public void restoreState(FacesContext context,
Object state)
- Specified by:
restoreState
in interface StateHolder
saveState
public Object saveState(FacesContext context)
- Specified by:
saveState
in interface StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient
in interface StateHolder
isTransient
public boolean isTransient()
- Specified by:
isTransient
in interface StateHolder
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.