Class TemplatedParserContext

  • All Implemented Interfaces:
    org.springframework.expression.ParserContext

    public class TemplatedParserContext
    extends java.lang.Object
    implements org.springframework.expression.ParserContext
    • Field Summary

      • Fields inherited from interface org.springframework.expression.ParserContext

        TEMPLATE_EXPRESSION
    • Constructor Detail

      • TemplatedParserContext

        public TemplatedParserContext()
    • Method Detail

      • getExpressionPrefix

        public java.lang.String getExpressionPrefix()
        Specified by:
        getExpressionPrefix in interface org.springframework.expression.ParserContext
      • getExpressionSuffix

        public java.lang.String getExpressionSuffix()
        Specified by:
        getExpressionSuffix in interface org.springframework.expression.ParserContext
      • isTemplate

        public boolean isTemplate()
        Specified by:
        isTemplate in interface org.springframework.expression.ParserContext