| com.caucho.el.ObjectValueExpression
ObjectValueExpression | public class ObjectValueExpression extends ValueExpression (Code) | | Abstract implementation class for an expression.
|
Field Summary | |
final protected static L10N | L | final protected static Logger | log |
L | final protected static L10N L(Code) | | |
ObjectValueExpression | public ObjectValueExpression(Expr expr, String expressionString, Class> expectedType)(Code) | | |
ObjectValueExpression | public ObjectValueExpression(Expr expr, String expressionString)(Code) | | |
ObjectValueExpression | public ObjectValueExpression(Expr expr)(Code) | | |
ObjectValueExpression | public ObjectValueExpression()(Code) | | For serialization
|
getExpressionString | public String getExpressionString()(Code) | | |
getType | public Class> getType(ELContext context) throws PropertyNotFoundException, ELException(Code) | | |
getValue | public Object getValue(ELContext context) throws PropertyNotFoundException, ELException(Code) | | |
hashCode | public int hashCode()(Code) | | |
isLiteralText | public boolean isLiteralText()(Code) | | |
isReadOnly | public boolean isReadOnly(ELContext context) throws PropertyNotFoundException, ELException(Code) | | |
setValue | public void setValue(ELContext context, Object value) throws PropertyNotFoundException, PropertyNotWritableException, ELException(Code) | | |
|
|