Uses of Interface
org.thymeleaf.testing.templateengine.context.IProcessingContextBuilder
-
Packages that use IProcessingContextBuilder Package Description org.thymeleaf.testing.templateengine.context.web org.thymeleaf.testing.templateengine.engine -
-
Uses of IProcessingContextBuilder in org.thymeleaf.testing.templateengine.context.web
Classes in org.thymeleaf.testing.templateengine.context.web that implement IProcessingContextBuilder Modifier and Type Class Description classWebProcessingContextBuilder -
Uses of IProcessingContextBuilder in org.thymeleaf.testing.templateengine.engine
Fields in org.thymeleaf.testing.templateengine.engine declared as IProcessingContextBuilder Modifier and Type Field Description private IProcessingContextBuilderTestExecutor. processingContextBuilderMethods in org.thymeleaf.testing.templateengine.engine that return IProcessingContextBuilder Modifier and Type Method Description IProcessingContextBuilderTestExecutor. getProcessingContextBuilder()Methods in org.thymeleaf.testing.templateengine.engine with parameters of type IProcessingContextBuilder Modifier and Type Method Description static TestExecutorTestExecutorFactory. createTestExecutor(java.lang.String name, IProcessingContextBuilder processingContextBuilder)static TestExecutorTestExecutorFactory. createTestExecutor(IProcessingContextBuilder processingContextBuilder)Constructors in org.thymeleaf.testing.templateengine.engine with parameters of type IProcessingContextBuilder Constructor Description TestExecutor(java.lang.String name, IProcessingContextBuilder processingContextBuilder)TestExecutor(IProcessingContextBuilder processingContextBuilder)
-