| com.caucho.el.AbstractValueExpression
All known Subclasses: com.caucho.el.DoubleValueExpression, com.caucho.el.BigDecimalValueExpression, com.caucho.el.ShortValueExpression, com.caucho.el.CharacterValueExpression, com.caucho.el.IntegerValueExpression, com.caucho.el.BooleanValueExpression, com.caucho.el.StringValueExpression, com.caucho.el.ByteValueExpression, com.caucho.el.FloatValueExpression, com.caucho.el.BigIntegerValueExpression, com.caucho.el.LongValueExpression,
AbstractValueExpression | abstract public class AbstractValueExpression extends ValueExpression (Code) | | Abstract implementation class for an expression.
|
Field Summary | |
final protected static L10N | L | final protected Expr | _expr | final protected static Logger | log |
L | final protected static L10N L(Code) | | |
AbstractValueExpression | protected AbstractValueExpression()(Code) | | |
AbstractValueExpression | protected AbstractValueExpression(Expr expr, String expressionString)(Code) | | |
AbstractValueExpression | protected AbstractValueExpression(Expr expr)(Code) | | |
getExpectedType | abstract public Class> getExpectedType()(Code) | | |
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) | | |
|
|