Class ExpressionString
java.lang.Object
org.apache.taglibs.standard.lang.jstl.ExpressionString
Represents an expression String consisting of a mixture of Strings and Expressions.
- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
- Author:
- Nathan Abramson - Art Technology Group, Shawn Bayern
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(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[]Returns the expression in the expression language syntaxvoidsetElements(Object[] pElements)
-
Constructor Details
-
ExpressionString
Constructor
-
-
Method Details
-
getElements
-
setElements
-
evaluate
public String evaluate(Object pContext, VariableResolver pResolver, Map functions, String defaultPrefix, Logger pLogger) throws ELException 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.- Throws:
ELException
-
getExpressionString
Returns the expression in the expression language syntax
-