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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
javax.el.MethodInfo
getMethodInfo
(javax.el.ELContext context) int
hashCode()
boolean
void
void
-
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:
getMethodInfo
in classjavax.el.MethodExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.MethodNotFoundException
javax.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:
invoke
in classjavax.el.MethodExpression
- Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.MethodNotFoundException
javax.el.ELException
-
equals
- Specified by:
equals
in classjavax.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCode
in classjavax.el.Expression
-
getExpressionString
- Specified by:
getExpressionString
in classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralText
in classjavax.el.Expression
-
writeExternal
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-