public class RequestExpression extends AbstractValueExpression
Modifier and Type | Field and Description |
---|---|
static ValueExpression |
EXPR |
Constructor and Description |
---|
RequestExpression() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpressionString() |
java.lang.Object |
getValue(ELContext env)
Evaluate the expr as an object.
|
equals, getExpectedType, getType, hashCode, isLiteralText, isReadOnly, setValue, toString
getValueReference
public static final ValueExpression EXPR
public java.lang.Object getValue(ELContext env) throws ELException
getValue
in class ValueExpression
env
- the page contextELException
public java.lang.String getExpressionString()
getExpressionString
in class Expression