org.apache.el
Class MethodExpressionLiteral
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.el.MethodExpressionLiteral
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class MethodExpressionLiteral
- extends javax.el.MethodExpression
- implements java.io.Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MethodExpressionLiteral
public MethodExpressionLiteral()
MethodExpressionLiteral
public MethodExpressionLiteral(java.lang.String expr,
java.lang.Class expectedType,
java.lang.Class[] paramTypes)
getMethodInfo
public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
throws javax.el.ELException
- Specified by:
getMethodInfo
in class javax.el.MethodExpression
- Throws:
javax.el.ELException
invoke
public java.lang.Object invoke(javax.el.ELContext context,
java.lang.Object[] params)
throws javax.el.ELException
- Specified by:
invoke
in class javax.el.MethodExpression
- Throws:
javax.el.ELException
getExpressionString
public java.lang.String getExpressionString()
- Specified by:
getExpressionString
in class javax.el.Expression
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equals
in class javax.el.Expression
hashCode
public int hashCode()
- Specified by:
hashCode
in class javax.el.Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class javax.el.Expression
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Throws:
java.io.IOException
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.