javax.el
Class MethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
- All Implemented Interfaces:
- Serializable
public abstract class MethodExpression
- extends Expression
- See Also:
- Serialized Form
MethodExpression
public MethodExpression()
getMethodInfo
public abstract MethodInfo getMethodInfo(ELContext context)
throws NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
invoke
public abstract Object invoke(ELContext context,
Object[] params)
throws NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Throws:
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.