Class 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 Detail

      • EscapingExpression

        public EscapingExpression​(Expression base)
    • Method Detail

      • 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