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() |
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 boolean equals(java.lang.Object obj)
public java.lang.String getExpressionString()
public int hashCode()
public boolean isLiteralText()
public java.lang.String toString()