|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.el.Expression
org.apache.commons.el.Literal
public abstract class Literal
An expression representing a literal value
| Constructor Summary | |
|---|---|
Literal(Object pValue)
Constructor |
|
| Method Summary | |
|---|---|
Expression |
bindFunctions(javax.servlet.jsp.el.FunctionMapper functions)
Returns an expression with all FunctionInvocations replaced by
BoundFunctionInvocations. |
Object |
evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions)
Evaluates to the literal value |
Object |
getValue()
|
void |
setValue(Object pValue)
|
| Methods inherited from class org.apache.commons.el.Expression |
|---|
getExpressionString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Literal(Object pValue)
| Method Detail |
|---|
public Object getValue()
public void setValue(Object pValue)
public Object evaluate(javax.servlet.jsp.el.VariableResolver pResolver,
javax.servlet.jsp.el.FunctionMapper functions)
throws javax.servlet.jsp.el.ELException
evaluate in class Expressionjavax.servlet.jsp.el.ELException
public Expression bindFunctions(javax.servlet.jsp.el.FunctionMapper functions)
throws javax.servlet.jsp.el.ELException
ExpressionFunctionInvocations replaced by
BoundFunctionInvocations.
bindFunctions in class Expressionfunctions - the functions to use in this transformation
FunctionInvocations replaced by
BoundFunctionInvocations.
javax.servlet.jsp.el.ELException - if any of the functions in this Expression are
not present in functions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||