public class ObjectValueExpression
extends ValueExpression
| Modifier and Type | Field and Description |
|---|---|
protected static L10N |
L |
protected static java.util.logging.Logger |
log |
| Constructor and Description |
|---|
ObjectValueExpression()
For serialization
|
ObjectValueExpression(Expr expr) |
ObjectValueExpression(Expr expr,
java.lang.String expressionString) |
ObjectValueExpression(Expr expr,
java.lang.String expressionString,
java.lang.Class<?> expectedType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
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() |
protected static final java.util.logging.Logger log
protected static final L10N L
public ObjectValueExpression(Expr expr, java.lang.String expressionString, java.lang.Class<?> expectedType)
public ObjectValueExpression(Expr expr, java.lang.String expressionString)
public ObjectValueExpression(Expr expr)
public ObjectValueExpression()
public boolean isLiteralText()
public java.lang.String getExpressionString()
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 int hashCode()
public boolean equals(java.lang.Object o)
public java.lang.String toString()