org.apache.jasper.el
public final class JspValueExpression extends ValueExpression implements Externalizable
Constructor Summary | |
---|---|
JspValueExpression() | |
JspValueExpression(String mark, ValueExpression target) |
Method Summary | |
---|---|
boolean | equals(Object obj) |
Class<?> | getExpectedType() |
String | getExpressionString() |
Class<?> | getType(ELContext context) |
Object | getValue(ELContext context) |
int | hashCode() |
boolean | isLiteralText() |
boolean | isReadOnly(ELContext context) |
void | readExternal(ObjectInput in) |
void | setValue(ELContext context, Object value) |
void | writeExternal(ObjectOutput out) |