public abstract class Literal extends Expression
An expression representing a literal value
| Modifier and Type | Method and Description |
|---|---|
Object |
evaluate(Object pContext,
VariableResolver pResolver,
Map functions,
String defaultPrefix,
Logger pLogger)
Evaluates to the literal value
|
Object |
getValue() |
void |
setValue(Object pValue) |
getExpressionStringpublic Literal(Object pValue)
public Object getValue()
public void setValue(Object pValue)
public Object evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) throws ELException
evaluate in class ExpressionELExceptionCopyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.