Uses of Interface
org.thymeleaf.testing.templateengine.resolver.ITestableResolver

Packages that use ITestableResolver
org.thymeleaf.testing.templateengine.engine   
org.thymeleaf.testing.templateengine.standard.resolver   
org.thymeleaf.testing.templateengine.standard.test.builder   
 

Uses of ITestableResolver in org.thymeleaf.testing.templateengine.engine
 

Fields in org.thymeleaf.testing.templateengine.engine declared as ITestableResolver
static ITestableResolver TestExecutor.DEFAULT_TESTABLE_RESOLVER
           
 

Methods in org.thymeleaf.testing.templateengine.engine that return ITestableResolver
 ITestableResolver TestExecutor.getTestableResolver()
           
 

Methods in org.thymeleaf.testing.templateengine.engine with parameters of type ITestableResolver
 void TestExecutor.setTestableResolver(ITestableResolver testableResolver)
           
 

Uses of ITestableResolver in org.thymeleaf.testing.templateengine.standard.resolver
 

Classes in org.thymeleaf.testing.templateengine.standard.resolver that implement ITestableResolver
 class AbstractStandardLocalFileTestableResolver
           
 class StandardClassPathTestableResolver
           
 class StandardFileTestableResolver
           
 

Uses of ITestableResolver in org.thymeleaf.testing.templateengine.standard.test.builder
 

Methods in org.thymeleaf.testing.templateengine.standard.test.builder that return ITestableResolver
 ITestableResolver StandardTestBuilder.getTestableResolver()
           
 

Methods in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type ITestableResolver
 void StandardTestBuilder.setTestableResolver(ITestableResolver testableResolver)
           
 

Constructors in org.thymeleaf.testing.templateengine.standard.test.builder with parameters of type ITestableResolver
StandardTestBuilder(ITestableResolver testableResolver)
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.