org.apache.el
public final class ValueExpressionLiteral extends ValueExpression implements Externalizable
| Constructor Summary | |
|---|---|
| ValueExpressionLiteral() | |
| ValueExpressionLiteral(Object value, Class expectedType) | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| boolean | equals(ValueExpressionLiteral ve) |
| 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) |