org.apache.jasper.el
public final class JspMethodExpression extends MethodExpression implements Externalizable
Constructor Summary | |
---|---|
JspMethodExpression() | |
JspMethodExpression(String mark, MethodExpression target) |
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) |