Class KarateStandardDialect

java.lang.Object
org.thymeleaf.dialect.AbstractDialect
org.thymeleaf.dialect.AbstractProcessorDialect
org.thymeleaf.standard.StandardDialect
com.intuit.karate.template.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    evaluate(org.thymeleaf.context.IExpressionContext ctx, org.thymeleaf.standard.expression.IStandardVariableExpression ve, org.thymeleaf.standard.expression.StandardExpressionExecutionContext ec)
     
    org.thymeleaf.standard.expression.IStandardExpressionParser
     
    Set<org.thymeleaf.processor.IProcessor>
    getProcessors(String dialectPrefix)
     
    org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
     
    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 class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.thymeleaf.dialect.IDialect

    getName
  • Constructor Details

    • KarateStandardDialect

      public KarateStandardDialect()
  • Method Details

    • 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