Package org.glassfish.expressly
Class MethodExpressionLiteral
java.lang.Object
jakarta.el.Expression
jakarta.el.MethodExpression
org.glassfish.expressly.MethodExpressionLiteral
- All Implemented Interfaces:
Externalizable,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMethodExpressionLiteral(String expression, Class<?> expectedType, Class<?>[] paramTypes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanjakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context) inthashCode()booleanvoidvoidMethods inherited from class jakarta.el.MethodExpression
getMethodReference, isParametersProvided
-
Field Details
-
expectedType
-
expression
-
paramTypes
-
-
Constructor Details
-
MethodExpressionLiteral
public MethodExpressionLiteral() -
MethodExpressionLiteral
-
-
Method Details
-
getMethodInfo
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context) throws jakarta.el.ELException - Specified by:
getMethodInfoin classjakarta.el.MethodExpression- Throws:
jakarta.el.ELException
-
invoke
- Specified by:
invokein classjakarta.el.MethodExpression- Throws:
jakarta.el.ELException
-
getExpressionString
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
equals
- Specified by:
equalsin classjakarta.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjakarta.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjakarta.el.Expression
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-