com.sun.el
Class MethodExpressionLiteral

java.lang.Object
  extended by MethodExpression
      extended by com.sun.el.MethodExpressionLiteral
All Implemented Interfaces:
Externalizable, Serializable

public class MethodExpressionLiteral
extends MethodExpression
implements Externalizable


Constructor Summary
MethodExpressionLiteral()
           
MethodExpressionLiteral(String expr, Class expectedType, Class[] paramTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getExpressionString()
           
 MethodInfo getMethodInfo(ELContext context)
           
 int hashCode()
           
 Object invoke(ELContext context, Object[] params)
           
 boolean isLiteralText()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodExpressionLiteral

public MethodExpressionLiteral()

MethodExpressionLiteral

public MethodExpressionLiteral(String expr,
                               Class expectedType,
                               Class[] paramTypes)
Method Detail

getMethodInfo

public MethodInfo getMethodInfo(ELContext context)
                         throws ELException
Throws:
ELException

invoke

public Object invoke(ELContext context,
                     Object[] params)
              throws ELException
Throws:
ELException

getExpressionString

public String getExpressionString()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

isLiteralText

public boolean isLiteralText()

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.