public class CachingValueExpression extends ValueExpressionWrapper
Constructor and Description |
---|
CachingValueExpression(String name,
ValueExpression valueExpression,
Cache cache) |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(ELContext elContext) |
equals, getExpectedType, getExpressionString, getType, getValueReference, getWrapped, hashCode, isLiteralText, isReadOnly, setValue
public CachingValueExpression(String name, ValueExpression valueExpression, Cache cache)
public Object getValue(ELContext elContext)
getValue
in class ValueExpressionWrapper