Class KarateExpression

java.lang.Object
com.intuit.karate.template.KarateExpression
All Implemented Interfaces:
org.thymeleaf.standard.expression.IStandardExpression

public class KarateExpression extends Object implements org.thymeleaf.standard.expression.IStandardExpression
Author:
pthomas3
  • Constructor Details

    • KarateExpression

      public KarateExpression(String input)
  • Method Details

    • getStringRepresentation

      public String getStringRepresentation()
      Specified by:
      getStringRepresentation in interface org.thymeleaf.standard.expression.IStandardExpression
    • execute

      public Object execute(org.thymeleaf.context.IExpressionContext context)
      Specified by:
      execute in interface org.thymeleaf.standard.expression.IStandardExpression
    • execute

      public Object execute(org.thymeleaf.context.IExpressionContext context, org.thymeleaf.standard.expression.StandardExpressionExecutionContext expContext)
      Specified by:
      execute in interface org.thymeleaf.standard.expression.IStandardExpression