com.caucho.el
Class IntegerValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.caucho.el.AbstractValueExpression
com.caucho.el.IntegerValueExpression
- All Implemented Interfaces:
- java.io.Serializable
public class IntegerValueExpression
- extends AbstractValueExpression
Abstract implementation class for an expression.
- See Also:
- Serialized Form
Field Summary |
protected static L10N |
L
|
protected static java.util.logging.Logger |
log
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
log
protected static final java.util.logging.Logger log
L
protected static final L10N L
IntegerValueExpression
public IntegerValueExpression(Expr expr,
java.lang.String expressionString,
java.lang.Class expectedType)
IntegerValueExpression
public IntegerValueExpression(Expr expr,
java.lang.String expressionString)
IntegerValueExpression
public IntegerValueExpression(Expr expr)
IntegerValueExpression
public IntegerValueExpression()
getExpectedType
public java.lang.Class<?> getExpectedType()
- Specified by:
getExpectedType
in class AbstractValueExpression
getValue
public java.lang.Object getValue(ELContext context)
throws PropertyNotFoundException,
ELException
- Overrides:
getValue
in class AbstractValueExpression
- Throws:
PropertyNotFoundException
ELException
getType
public java.lang.Class getType(ELContext context)
throws PropertyNotFoundException,
ELException
- Overrides:
getType
in class AbstractValueExpression
- Throws:
PropertyNotFoundException
ELException