Class MethodExpressionLiteral
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
com.sun.el.MethodExpressionLiteral
- All Implemented Interfaces:
Externalizable, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMethodExpressionLiteral(String expr, Class expectedType, Class[] paramTypes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanjavax.el.MethodInfogetMethodInfo(javax.el.ELContext context) inthashCode()booleanvoidvoidMethods inherited from class javax.el.MethodExpression
isParametersProvided, isParmetersProvided
-
Constructor Details
-
MethodExpressionLiteral
public MethodExpressionLiteral() -
MethodExpressionLiteral
-
-
Method Details
-
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context) throws javax.el.ELException - Specified by:
getMethodInfoin classjavax.el.MethodExpression- Throws:
javax.el.ELException
-
invoke
-
getExpressionString
- Specified by:
getExpressionStringin classjavax.el.Expression
-
equals
- Specified by:
equalsin classjavax.el.Expression
-
hashCode
public int hashCode()- Specified by:
hashCodein classjavax.el.Expression
-
isLiteralText
public boolean isLiteralText()- Specified by:
isLiteralTextin classjavax.el.Expression
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-