|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.MethodBinding
org.jboss.seam.jsf.UnifiedELMethodBinding
@Deprecated public class UnifiedELMethodBinding
Nobody should be using MethodBinding anymore, but if they are, we need this.
Constructor Summary | |
---|---|
UnifiedELMethodBinding()
Deprecated. |
|
UnifiedELMethodBinding(String expressionString,
Class[] argTypes)
Deprecated. |
Method Summary | |
---|---|
String |
getExpressionString()
Deprecated. |
Class |
getType(javax.faces.context.FacesContext ctx)
Deprecated. |
Object |
invoke(javax.faces.context.FacesContext ctx,
Object[] args)
Deprecated. |
String |
toString()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnifiedELMethodBinding()
public UnifiedELMethodBinding(String expressionString, Class[] argTypes)
Method Detail |
---|
public String getExpressionString()
getExpressionString
in class javax.faces.el.MethodBinding
public Class getType(javax.faces.context.FacesContext ctx) throws javax.faces.el.MethodNotFoundException
getType
in class javax.faces.el.MethodBinding
javax.faces.el.MethodNotFoundException
public Object invoke(javax.faces.context.FacesContext ctx, Object[] args) throws javax.faces.el.EvaluationException, javax.faces.el.MethodNotFoundException
invoke
in class javax.faces.el.MethodBinding
javax.faces.el.EvaluationException
javax.faces.el.MethodNotFoundException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |