EL 2.2 - Apache Tomcat 7.0.67
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
invoke
public abstract java.lang.Object invoke(ELContext context,
java.lang.Object[] params)
throws java.lang.NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Parameters:
context
- The EL context for this evaluationparams
- The parameters with which to invoke this method expression
- Returns:
- The result of invoking this method expression
- Throws:
java.lang.NullPointerException
- If the supplied context is null
PropertyNotFoundException
- If a property/variable resolution failed because no match
was found or a match was found but was not readable
MethodNotFoundException
- If no matching method can be found
ELException
- Wraps any exception throw whilst resolving the property or
coercion of the result to the expected return type fails
EL 2.2 - Apache Tomcat 7.0.67
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.