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