org.apache.myfaces.el
Class MethodBindingImpl
MethodBinding
org.apache.myfaces.el.MethodBindingImpl
- StateHolder
public class MethodBindingImpl
extends MethodBinding
implements StateHolder
$Revision: 278654 $ $Date: 2005-09-05 02:32:35 +0200 (Mon, 05 Sep 2005) $- Anton Koinov (latest modification by $Author: oros $)
MethodBindingImpl() - Empty constructor, so that new instances can be created when restoring
state.
|
MethodBindingImpl(Application application, String reference, Class[] argClasses)
|
MethodBindingImpl
public MethodBindingImpl()
Empty constructor, so that new instances can be created when restoring
state.
MethodBindingImpl
public MethodBindingImpl(Application application,
String reference,
Class[] argClasses)
getExpressionString
public String getExpressionString()
getType
public Class getType(FacesContext facesContext)
invoke
public Object invoke(FacesContext facesContext,
Object[] args)
throws EvaluationException,
MethodNotFoundException
isTransient
public boolean isTransient()
resolveToBaseAndProperty
protected Object[] resolveToBaseAndProperty(FacesContext facesContext)
throws ELException
restoreState
public void restoreState(FacesContext facescontext,
Object obj)
saveState
public Object saveState(FacesContext facescontext)
setTransient
public void setTransient(boolean flag)
toString
public String toString()