org.apache.jasper.el
Class JspMethodExpression
java.lang.Object
javax.el.Expression
javax.el.MethodExpression
org.apache.jasper.el.JspMethodExpression
- All Implemented Interfaces:
- Externalizable, Serializable
public final class JspMethodExpression
- extends MethodExpression
- implements Externalizable
- See Also:
- Serialized Form
JspMethodExpression
public JspMethodExpression()
JspMethodExpression
public JspMethodExpression(String mark,
MethodExpression target)
getMethodInfo
public MethodInfo getMethodInfo(ELContext context)
throws NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Specified by:
getMethodInfo
in class MethodExpression
- Throws:
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
invoke
public Object invoke(ELContext context,
Object[] params)
throws NullPointerException,
PropertyNotFoundException,
MethodNotFoundException,
ELException
- Specified by:
invoke
in class MethodExpression
- Throws:
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
equals
public boolean equals(Object obj)
- Specified by:
equals
in class Expression
hashCode
public int hashCode()
- Specified by:
hashCode
in class Expression
getExpressionString
public String getExpressionString()
- Specified by:
getExpressionString
in class Expression
isLiteralText
public boolean isLiteralText()
- Specified by:
isLiteralText
in class 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 © 2000-2012 Apache Software Foundation. All Rights Reserved.