public class ObjectLiteralValueExpression extends ValueExpression
| Constructor and Description |
|---|
ObjectLiteralValueExpression(java.lang.Object object,
java.lang.Class<?> expectedType) |
| 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) |
getValueReferencepublic ObjectLiteralValueExpression(java.lang.Object object,
java.lang.Class<?> expectedType)
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 java.lang.String getExpressionString()
getExpressionString in class Expressionpublic boolean isLiteralText()
isLiteralText in class Expressionpublic int hashCode()
hashCode in class Expressionpublic boolean equals(java.lang.Object obj)
equals in class Expression