Class JspMethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavax.el.MethodInfogetMethodInfo(javax.el.ELContext context) inthashCode()booleanvoidvoid
-
Constructor Details
-
JspMethodExpression
public JspMethodExpression() -
JspMethodExpression
-
-
Method Details
-
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.MethodNotFoundException, javax.el.ELException - Specified by:
getMethodInfoin classjavax.el.MethodExpression- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.MethodNotFoundExceptionjavax.el.ELException
-
invoke
public Object invoke(javax.el.ELContext context, Object[] params) throws NullPointerException, javax.el.PropertyNotFoundException, javax.el.MethodNotFoundException, javax.el.ELException - Specified by:
invokein classjavax.el.MethodExpression- Throws:
NullPointerExceptionjavax.el.PropertyNotFoundExceptionjavax.el.MethodNotFoundExceptionjavax.el.ELException
-
equals
- Specified by:
equalsin classjavax.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjavax.el.Expression
-
getExpressionString
- Specified by:
getExpressionStringin classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjavax.el.Expression
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-