public class WrappedValueExpression extends ValueExpression
| Constructor and Description |
|---|
WrappedValueExpression(ValueExpression valueExpression) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg0) |
Class<?> |
getExpectedType() |
String |
getExpressionString() |
Class<?> |
getType(ELContext arg0) |
Object |
getValue(ELContext context) |
ValueReference |
getValueReference(ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext arg0) |
void |
setValue(ELContext arg0,
Object arg1) |
public WrappedValueExpression(ValueExpression valueExpression)
public ValueReference getValueReference(ELContext context)
getValueReference in class ValueExpressionpublic Class<?> getExpectedType()
getExpectedType in class ValueExpressionpublic Class<?> getType(ELContext arg0) throws NullPointerException, PropertyNotFoundException, ELException
getType in class ValueExpressionNullPointerExceptionPropertyNotFoundExceptionELExceptionpublic Object getValue(ELContext context) throws NullPointerException, PropertyNotFoundException, ELException
getValue in class ValueExpressionNullPointerExceptionPropertyNotFoundExceptionELExceptionpublic boolean isReadOnly(ELContext arg0) throws NullPointerException, PropertyNotFoundException, ELException
isReadOnly in class ValueExpressionNullPointerExceptionPropertyNotFoundExceptionELExceptionpublic void setValue(ELContext arg0, Object arg1) throws NullPointerException, PropertyNotFoundException, PropertyNotWritableException, ELException
setValue in class ValueExpressionNullPointerExceptionPropertyNotFoundExceptionPropertyNotWritableExceptionELExceptionpublic boolean equals(Object arg0)
equals in class Expressionpublic String getExpressionString()
getExpressionString in class Expressionpublic int hashCode()
hashCode in class Expressionpublic boolean isLiteralText()
isLiteralText in class ExpressionCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.