当前页面: 
在线文档首页 > 
JBoss Seam  1.1.0 API 英文版文档
ActionParamMethodBinding (JBoss Seam API Documentation) - JBoss Seam  1.1.0 API 英文版文档
org.jboss.seam.actionparam
Class ActionParamMethodBinding
java.lang.Object
   javax.faces.el.MethodBinding
javax.faces.el.MethodBinding
       org.jboss.seam.actionparam.ActionParamMethodBinding
org.jboss.seam.actionparam.ActionParamMethodBinding
- All Implemented Interfaces: 
- javax.faces.component.StateHolder
- public class ActionParamMethodBinding 
- extends javax.faces.el.MethodBinding- implements javax.faces.component.StateHolder
This class assumes that the entire expression is not a string literal.  If
 it is, use SimpleActionMethodBinding instead.
- Author:
- Stan Silvert
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ActionParamMethodBinding
public ActionParamMethodBinding()
ActionParamMethodBinding
public ActionParamMethodBinding(javax.faces.application.Application application,
                                String expWithParams)
getType
public Class getType(javax.faces.context.FacesContext facesContext)
              throws javax.faces.el.MethodNotFoundException
- 
- Specified by:
- getTypein class- javax.faces.el.MethodBinding
 
- 
- Throws:
- javax.faces.el.MethodNotFoundException
 
invoke
public Object invoke(javax.faces.context.FacesContext facesContext,
                     Object[] object)
              throws javax.faces.el.EvaluationException,
                     javax.faces.el.MethodNotFoundException
- 
- Specified by:
- invokein class- javax.faces.el.MethodBinding
 
- 
- Throws:
- javax.faces.el.EvaluationException
- javax.faces.el.MethodNotFoundException
 
getExpressionString
public String getExpressionString()
- 
- Overrides:
- getExpressionStringin class- javax.faces.el.MethodBinding
 
- 
 
restoreState
public void restoreState(javax.faces.context.FacesContext facesContext,
                         Object object)
- 
- Specified by:
- restoreStatein interface- javax.faces.component.StateHolder
 
- 
 
saveState
public Object saveState(javax.faces.context.FacesContext facesContext)
- 
- Specified by:
- saveStatein interface- javax.faces.component.StateHolder
 
- 
 
setTransient
public void setTransient(boolean isTransient)
- 
- Specified by:
- setTransientin interface- javax.faces.component.StateHolder
 
- 
 
isTransient
public boolean isTransient()
- 
- Specified by:
- isTransientin interface- javax.faces.component.StateHolder
 
-