Package com.intuit.karate.template
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
-
-
Constructor Summary
Constructors Constructor Description KarateStandardDialect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectevaluate(org.thymeleaf.context.IExpressionContext ctx, org.thymeleaf.standard.expression.IStandardVariableExpression ve, org.thymeleaf.standard.expression.StandardExpressionExecutionContext ec)org.thymeleaf.standard.expression.IStandardExpressionParsergetExpressionParser()Set<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix)org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluatorgetVariableExpressionEvaluator()org.thymeleaf.standard.expression.IStandardExpressionparseExpression(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
-
-
-
-
Method Detail
-
getVariableExpressionEvaluator
public org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator getVariableExpressionEvaluator()
- Overrides:
getVariableExpressionEvaluatorin classorg.thymeleaf.standard.StandardDialect
-
getExpressionParser
public org.thymeleaf.standard.expression.IStandardExpressionParser getExpressionParser()
- Overrides:
getExpressionParserin classorg.thymeleaf.standard.StandardDialect
-
getProcessors
public Set<org.thymeleaf.processor.IProcessor> getProcessors(String dialectPrefix)
- Specified by:
getProcessorsin interfaceorg.thymeleaf.dialect.IProcessorDialect- Overrides:
getProcessorsin classorg.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:
evaluatein interfaceorg.thymeleaf.standard.expression.IStandardVariableExpressionEvaluator
-
parseExpression
public org.thymeleaf.standard.expression.IStandardExpression parseExpression(org.thymeleaf.context.IExpressionContext context, String input)- Specified by:
parseExpressionin interfaceorg.thymeleaf.standard.expression.IStandardExpressionParser
-
-