public class InitParamFieldExpression extends AbstractValueExpression
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 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