当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
UnifiedELMethodBinding (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.util
Class UnifiedELMethodBinding
java.lang.Object
   javax.faces.el.MethodBinding
javax.faces.el.MethodBinding
       org.jboss.seam.util.UnifiedELMethodBinding
org.jboss.seam.util.UnifiedELMethodBinding
- public class UnifiedELMethodBinding 
- extends javax.faces.el.MethodBinding
 
 
 
UnifiedELMethodBinding
public UnifiedELMethodBinding(String expression,
                              Class[] args)
getExpressionString
public String getExpressionString()
- 
- Overrides:
- getExpressionStringin class- javax.faces.el.MethodBinding
 
- 
 
getType
public Class getType(javax.faces.context.FacesContext ctx)
              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 ctx,
                     Object[] args)
              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
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-