org.apache.el
Class MethodExpressionLiteral
java.lang.Object
   javax.el.Expression
javax.el.Expression
       javax.el.MethodExpression
javax.el.MethodExpression
           org.apache.el.MethodExpressionLiteral
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:
- getMethodInfoin 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:
- invokein class- javax.el.MethodExpression
 
- 
- Throws:
- javax.el.ELException
 
getExpressionString
public java.lang.String getExpressionString()
- 
- Specified by:
- getExpressionStringin class- javax.el.Expression
 
- 
 
equals
public boolean equals(java.lang.Object obj)
- 
- Specified by:
- equalsin class- javax.el.Expression
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein class- javax.el.Expression
 
- 
 
isLiteralText
public boolean isLiteralText()
- 
- Specified by:
- isLiteralTextin class- javax.el.Expression
 
- 
 
readExternal
public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
- 
- Specified by:
- readExternalin 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:
- writeExternalin interface- java.io.Externalizable
 
- 
- Throws:
- java.io.IOException
 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.