- java.lang.Object
-
- jakarta.el.Expression
-
- jakarta.el.MethodExpression
-
- com.sun.el.MethodExpressionLiteral
-
- All Implemented Interfaces:
Externalizable,Serializable
public class MethodExpressionLiteral extends jakarta.el.MethodExpression implements Externalizable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MethodExpressionLiteral()MethodExpressionLiteral(String expr, Class<?> expectedType, Class<?>[] paramTypes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetExpressionString()jakarta.el.MethodInfogetMethodInfo(jakarta.el.ELContext context)inthashCode()Objectinvoke(jakarta.el.ELContext context, Object[] params)booleanisLiteralText()voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
-
-
-
Method Detail
-
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
public Object invoke(jakarta.el.ELContext context, Object[] params) throws jakarta.el.ELException
- Specified by:
invokein classjakarta.el.MethodExpression- Throws:
jakarta.el.ELException
-
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionStringin classjakarta.el.Expression
-
equals
public boolean equals(Object obj)
- 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
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
-