Class KarateStandardDialect

  • All Implemented Interfaces:
    org.thymeleaf.dialect.IDialect, org.thymeleaf.dialect.IExecutionAttributeDialect, org.thymeleaf.dialect.IExpressionObjectDialect, org.thymeleaf.dialect.IProcessorDialect, org.thymeleaf.standard.expression.IStandardExpressionParser, org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator

    public class KarateStandardDialect
    extends org.thymeleaf.standard.StandardDialect
    implements org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator, org.thymeleaf.standard.expression.IStandardExpressionParser
    Author:
    pthomas3
    • Field Summary

      • Fields inherited from class org.thymeleaf.standard.StandardDialect

        conversionService, cssSerializer, expressionObjectFactory, javaScriptSerializer, NAME, PREFIX, PROCESSOR_PRECEDENCE, variableExpressionEvaluator
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Object evaluate​(org.thymeleaf.context.IExpressionContext ctx, org.thymeleaf.standard.expression.IStandardVariableExpression ve, org.thymeleaf.standard.expression.StandardExpressionExecutionContext ec)  
      org.thymeleaf.standard.expression.IStandardExpressionParser getExpressionParser()  
      Set<org.thymeleaf.processor.IProcessor> getProcessors​(String dialectPrefix)  
      org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator getVariableExpressionEvaluator()  
      org.thymeleaf.standard.expression.IStandardExpression parseExpression​(org.thymeleaf.context.IExpressionContext context, String input)  
      • Methods inherited from class org.thymeleaf.standard.StandardDialect

        createStandardProcessorsSet, getConversionService, getCSSSerializer, getExecutionAttributes, getExpressionObjectFactory, getJavaScriptSerializer, setConversionService, setCSSSerializer, setExpressionParser, setJavaScriptSerializer, setVariableExpressionEvaluator
      • Methods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect

        getDialectProcessorPrecedence, getPrefix
      • Methods inherited from class org.thymeleaf.dialect.AbstractDialect

        getName
      • Methods inherited from interface org.thymeleaf.dialect.IDialect

        getName
    • Constructor Detail

      • KarateStandardDialect

        public KarateStandardDialect()
    • Method Detail

      • getVariableExpressionEvaluator

        public org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator getVariableExpressionEvaluator()
        Overrides:
        getVariableExpressionEvaluator in class org.thymeleaf.standard.StandardDialect
      • getExpressionParser

        public org.thymeleaf.standard.expression.IStandardExpressionParser getExpressionParser()
        Overrides:
        getExpressionParser in class org.thymeleaf.standard.StandardDialect
      • getProcessors

        public Set<org.thymeleaf.processor.IProcessor> getProcessors​(String dialectPrefix)
        Specified by:
        getProcessors in interface org.thymeleaf.dialect.IProcessorDialect
        Overrides:
        getProcessors in class org.thymeleaf.standard.StandardDialect
      • evaluate

        public Object evaluate​(org.thymeleaf.context.IExpressionContext ctx,
                               org.thymeleaf.standard.expression.IStandardVariableExpression ve,
                               org.thymeleaf.standard.expression.StandardExpressionExecutionContext ec)
        Specified by:
        evaluate in interface org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
      • parseExpression

        public org.thymeleaf.standard.expression.IStandardExpression parseExpression​(org.thymeleaf.context.IExpressionContext context,
                                                                                     String input)
        Specified by:
        parseExpression in interface org.thymeleaf.standard.expression.IStandardExpressionParser