public class ValueExpressionImplEx extends ValueExpressionImpl
Constructor and Description |
---|
ValueExpressionImplEx() |
ValueExpressionImplEx(java.lang.String expr,
Node node,
FunctionMapper fnMapper,
VariableMapper varMapper,
java.lang.Class<?> expectedType,
BindExpressionBuilderEx buidler) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(ELContext context) |
void |
setValue(ELContext context,
java.lang.Object value) |
equals, getExpectedType, getExpressionString, getType, getValueReference, hashCode, isLiteralText, isReadOnly, readExternal, toString, writeExternal
public ValueExpressionImplEx()
public ValueExpressionImplEx(java.lang.String expr, Node node, FunctionMapper fnMapper, VariableMapper varMapper, java.lang.Class<?> expectedType, BindExpressionBuilderEx buidler)
public java.lang.Object getValue(ELContext context) throws PropertyNotFoundException, ELException
getValue
in class ValueExpressionImpl
context
- The EL context for this evaluationPropertyNotFoundException
- If a property/variable resolution failed because no match
was found or a match was found but was not readableELException
- Wraps any exception throw whilst resolving a property or
variablepublic void setValue(ELContext context, java.lang.Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException
setValue
in class ValueExpressionImpl
context
- The EL context for this evaluationvalue
- The value to set the property to which this value
expression refersPropertyNotFoundException
- If a property/variable resolution failed because no match
was foundPropertyNotWritableException
- If a property/variable resolution failed because a match was
found but was not writableELException
- Wraps any exception throw whilst resolving a property or
variableCopyright © 2005-2011 Potix Corporation. All Rights Reserved.