public final class JspMethodExpression extends MethodExpression implements Externalizable
Constructor and Description |
---|
JspMethodExpression() |
JspMethodExpression(String mark,
MethodExpression target) |
Modifier and Type | Method and Description |
---|---|
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) |
isParmetersProvided
public JspMethodExpression()
public JspMethodExpression(String mark, MethodExpression target)
public MethodInfo getMethodInfo(ELContext context) throws NullPointerException, PropertyNotFoundException, MethodNotFoundException, ELException
getMethodInfo
in class MethodExpression
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
public Object invoke(ELContext context, Object[] params) throws NullPointerException, PropertyNotFoundException, MethodNotFoundException, ELException
invoke
in class MethodExpression
NullPointerException
PropertyNotFoundException
MethodNotFoundException
ELException
public boolean equals(Object obj)
equals
in class Expression
public int hashCode()
hashCode
in class Expression
public String getExpressionString()
getExpressionString
in class Expression
public boolean isLiteralText()
isLiteralText
in class Expression
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.