public class ObjectLiteralValueExpression
extends ValueExpression
javax.el.ExpressionFactory#createValueExpression(Object, Class)| 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) |
public ObjectLiteralValueExpression(java.lang.Object object,
java.lang.Class<?> expectedType)
public java.lang.Class<?> getExpectedType()
public java.lang.Class<?> getType(ELContext context)
throws PropertyNotFoundException,
ELException
PropertyNotFoundExceptionELExceptionpublic java.lang.Object getValue(ELContext context)
throws PropertyNotFoundException,
ELException
PropertyNotFoundExceptionELExceptionpublic boolean isReadOnly(ELContext context)
throws PropertyNotFoundException,
ELException
PropertyNotFoundExceptionELExceptionpublic void setValue(ELContext context,
java.lang.Object value)
throws PropertyNotFoundException,
PropertyNotWritableException,
ELException
PropertyNotFoundExceptionPropertyNotWritableExceptionELExceptionpublic java.lang.String getExpressionString()
public boolean isLiteralText()
public int hashCode()
public boolean equals(java.lang.Object obj)