Package org.apache.jasper.el
Class JspMethodExpression
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.apache.jasper.el.JspMethodExpression
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMethodInfo(ELContext context) getMethodReference(ELContext context) inthashCode()booleanbooleanvoidvoid
-
Constructor Details
-
JspMethodExpression
public JspMethodExpression() -
JspMethodExpression
-
-
Method Details
-
getMethodInfo
public MethodInfo getMethodInfo(ELContext context) throws NullPointerException, PropertyNotFoundException, MethodNotFoundException, ELException - Specified by:
getMethodInfoin classMethodExpression- Throws:
NullPointerExceptionPropertyNotFoundExceptionMethodNotFoundExceptionELException
-
invoke
public Object invoke(ELContext context, Object[] params) throws NullPointerException, PropertyNotFoundException, MethodNotFoundException, ELException - Specified by:
invokein classMethodExpression- Throws:
NullPointerExceptionPropertyNotFoundExceptionMethodNotFoundExceptionELException
-
getMethodReference
- Overrides:
getMethodReferencein classMethodExpression
-
isParametersProvided
public boolean isParametersProvided()- Overrides:
isParametersProvidedin classMethodExpression
-
equals
- Specified by:
equalsin classExpression
-
hashCode
public int hashCode()- Specified by:
hashCodein classExpression
-
getExpressionString
- Specified by:
getExpressionStringin classExpression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classExpression
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-