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
-
Field Summary
Fields inherited from class org.thymeleaf.standard.StandardDialect
conversionService, cssSerializer, expressionObjectFactory, javaScriptSerializer, NAME, PREFIX, PROCESSOR_PRECEDENCE, variableExpressionEvaluator -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionevaluate(org.thymeleaf.context.IExpressionContext ctx, org.thymeleaf.standard.expression.IStandardVariableExpression ve, org.thymeleaf.standard.expression.StandardExpressionExecutionContext ec) org.thymeleaf.standard.expression.IStandardExpressionParserSet<org.thymeleaf.processor.IProcessor>getProcessors(String dialectPrefix) org.thymeleaf.standard.expression.IStandardVariableExpressionEvaluatororg.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, setVariableExpressionEvaluatorMethods inherited from class org.thymeleaf.dialect.AbstractProcessorDialect
getDialectProcessorPrecedence, getPrefixMethods inherited from class org.thymeleaf.dialect.AbstractDialect
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.dialect.IDialect
getName
-
Constructor Details
-
KarateStandardDialect
public KarateStandardDialect()
-
-
Method Details
-
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
- 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
-