|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.el.MethodBinding
org.apache.myfaces.view.facelets.el.LegacyMethodBinding
public final class LegacyMethodBinding
For legacy ActionSources
Constructor Summary | |
---|---|
LegacyMethodBinding(javax.el.MethodExpression m)
Deprecated. |
Method Summary | |
---|---|
java.lang.String |
getExpressionString()
Deprecated. |
java.lang.Class |
getType(FacesContext context)
Deprecated. |
java.lang.Object |
invoke(FacesContext context,
java.lang.Object[] params)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LegacyMethodBinding(javax.el.MethodExpression m)
Method Detail |
---|
public java.lang.Class getType(FacesContext context) throws MethodNotFoundException
getType
in class MethodBinding
MethodNotFoundException
public java.lang.Object invoke(FacesContext context, java.lang.Object[] params) throws EvaluationException, MethodNotFoundException
invoke
in class MethodBinding
EvaluationException
MethodNotFoundException
public java.lang.String getExpressionString()
getExpressionString
in class MethodBinding
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |