|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.taglibs.standard.lang.jstl.ExpressionString
public class ExpressionString
Represents an expression String consisting of a mixture of Strings and Expressions.
| Constructor Summary | |
|---|---|
ExpressionString(Object[] pElements)
Constructor |
|
| Method Summary | |
|---|---|
String |
evaluate(Object pContext,
VariableResolver pResolver,
Map functions,
String defaultPrefix,
Logger pLogger)
Evaluates the expression string by evaluating each element, converting it to a String (using toString, or "" for null values) and concatenating the results into a single String. |
Object[] |
getElements()
|
String |
getExpressionString()
Returns the expression in the expression language syntax |
void |
setElements(Object[] pElements)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExpressionString(Object[] pElements)
| Method Detail |
|---|
public Object[] getElements()
public void setElements(Object[] pElements)
public String evaluate(Object pContext,
VariableResolver pResolver,
Map functions,
String defaultPrefix,
Logger pLogger)
throws ELException
ELExceptionpublic String getExpressionString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||