public class CandiValueExpression extends ValueExpression
| Constructor and Description |
|---|
CandiValueExpression(ValueExpression expr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Class<?> |
getExpectedType() |
java.lang.String |
getExpressionString() |
java.lang.Class<?> |
getType(ELContext context) |
java.lang.Object |
getValue(ELContext context) |
int |
hashCode() |
boolean |
isLiteralText() |
boolean |
isReadOnly(ELContext context) |
void |
setValue(ELContext context,
java.lang.Object value) |
java.lang.String |
toString() |
getValueReferencepublic CandiValueExpression(ValueExpression expr)
public java.lang.Class<?> getExpectedType()
getExpectedType in class ValueExpressionpublic java.lang.Class<?> getType(ELContext context) throws PropertyNotFoundException, ELException
getType in class ValueExpressionPropertyNotFoundExceptionELExceptionpublic java.lang.Object getValue(ELContext context) throws PropertyNotFoundException, ELException
getValue in class ValueExpressionPropertyNotFoundExceptionELExceptionpublic boolean isReadOnly(ELContext context) throws PropertyNotFoundException, ELException
isReadOnly in class ValueExpressionPropertyNotFoundExceptionELExceptionpublic void setValue(ELContext context, java.lang.Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException
setValue in class ValueExpressionPropertyNotFoundExceptionPropertyNotWritableExceptionELExceptionpublic boolean equals(java.lang.Object obj)
equals in class Expressionpublic java.lang.String getExpressionString()
getExpressionString in class Expressionpublic int hashCode()
hashCode in class Expressionpublic boolean isLiteralText()
isLiteralText in class Expressionpublic java.lang.String toString()
toString in class java.lang.Object