Class EscapingExpression

java.lang.Object
org.apache.commons.jelly.expression.ExpressionSupport
org.apache.commons.jelly.parser.EscapingExpression
All Implemented Interfaces:
Expression

public class EscapingExpression extends ExpressionSupport
Expression that escapes output so that the text can appear in the PCDATA portion of XML.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • EscapingExpression

      public EscapingExpression(Expression base)
  • Method Details

    • getExpressionText

      public String getExpressionText()
      Returns:
      the textual representation of this expression
    • evaluate

      public Object evaluate(JellyContext context)
      Description copied from interface: Expression
      Evaluates the expression with the given context and returns the result