com.caucho.el
Class FloatValueExpression
java.lang.Object
javax.el.Expression
javax.el.ValueExpression
com.caucho.el.AbstractValueExpression
com.caucho.el.FloatValueExpression
- All Implemented Interfaces:
- java.io.Serializable
public class FloatValueExpression
- 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
FloatValueExpression
public FloatValueExpression(Expr expr,
java.lang.String expressionString,
java.lang.Class expectedType)
FloatValueExpression
public FloatValueExpression(Expr expr,
java.lang.String expressionString)
FloatValueExpression
public FloatValueExpression(Expr expr)
FloatValueExpression
public FloatValueExpression()
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