Package org.apache.commons.jelly.parser
Class EscapingExpression
java.lang.Object
org.apache.commons.jelly.expression.ExpressionSupport
org.apache.commons.jelly.parser.EscapingExpression
- All Implemented Interfaces:
Expression
Expression
that escapes output so that the text can appear in the PCDATA portion of XML.- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields inherited from class org.apache.commons.jelly.expression.ExpressionSupport
EMPTY_ITERATOR
Fields inherited from interface org.apache.commons.jelly.expression.Expression
NULL
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate
(JellyContext context) Evaluates the expression with the given context and returns the resultMethods inherited from class org.apache.commons.jelly.expression.ExpressionSupport
evaluateAsBoolean, evaluateAsIterator, evaluateAsString, evaluateRecurse
-
Constructor Details
-
EscapingExpression
-
-
Method Details
-
getExpressionText
- Returns:
- the textual representation of this expression
-
evaluate
Description copied from interface:Expression
Evaluates the expression with the given context and returns the result
-