org.apache.el
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) |