org.apache.sling.scripting.jsp.jasper.el
Class JspMethodExpression

java.lang.Object
  extended by javax.el.Expression
      extended by javax.el.MethodExpression
          extended by org.apache.sling.scripting.jsp.jasper.el.JspMethodExpression
All Implemented Interfaces:
Externalizable, Serializable

public final class JspMethodExpression
extends javax.el.MethodExpression
implements Externalizable

See Also:
Serialized Form

Constructor Summary
JspMethodExpression()
           
JspMethodExpression(String mark, javax.el.MethodExpression target)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getExpressionString()
           
 javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
           
 int hashCode()
           
 Object invoke(javax.el.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

JspMethodExpression

public JspMethodExpression()

JspMethodExpression

public JspMethodExpression(String mark,
                           javax.el.MethodExpression target)
Method Detail

getMethodInfo

public javax.el.MethodInfo getMethodInfo(javax.el.ELContext context)
                                  throws NullPointerException,
                                         javax.el.PropertyNotFoundException,
                                         javax.el.MethodNotFoundException,
                                         javax.el.ELException
Specified by:
getMethodInfo in class javax.el.MethodExpression
Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.MethodNotFoundException
javax.el.ELException

invoke

public Object invoke(javax.el.ELContext context,
                     Object[] params)
              throws NullPointerException,
                     javax.el.PropertyNotFoundException,
                     javax.el.MethodNotFoundException,
                     javax.el.ELException
Specified by:
invoke in class javax.el.MethodExpression
Throws:
NullPointerException
javax.el.PropertyNotFoundException
javax.el.MethodNotFoundException
javax.el.ELException

equals

public boolean equals(Object obj)
Specified by:
equals in class javax.el.Expression

hashCode

public int hashCode()
Specified by:
hashCode in class javax.el.Expression

getExpressionString

public String getExpressionString()
Specified by:
getExpressionString in class javax.el.Expression

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText in class javax.el.Expression

writeExternal

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

readExternal

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


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.