Uses of Interface
org.thymeleaf.testing.templateengine.context.ITestContext

Packages that use ITestContext
org.thymeleaf.testing.templateengine.context   
org.thymeleaf.testing.templateengine.context.web   
org.thymeleaf.testing.templateengine.standard.test   
org.thymeleaf.testing.templateengine.testable   
 

Uses of ITestContext in org.thymeleaf.testing.templateengine.context
 

Classes in org.thymeleaf.testing.templateengine.context that implement ITestContext
 class TestContext
           
 

Methods in org.thymeleaf.testing.templateengine.context that return ITestContext
 ITestContext TestContext.aggregate(ITestContext context)
           
 ITestContext ITestContext.aggregate(ITestContext context)
           
 

Methods in org.thymeleaf.testing.templateengine.context with parameters of type ITestContext
 ITestContext TestContext.aggregate(ITestContext context)
           
 ITestContext ITestContext.aggregate(ITestContext context)
           
 org.thymeleaf.context.IProcessingContext IProcessingContextBuilder.build(ITestContext testContext, ITestMessages testMessages)
           
 

Uses of ITestContext in org.thymeleaf.testing.templateengine.context.web
 

Methods in org.thymeleaf.testing.templateengine.context.web with parameters of type ITestContext
 org.thymeleaf.context.IProcessingContext WebProcessingContextBuilder.build(ITestContext testContext, ITestMessages testMessages)
           
protected  void WebProcessingContextBuilder.doAdditionalVariableProcessing(ITestContext testContext, ITestMessages testMessages, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  void SpringWebProcessingContextBuilder.doAdditionalVariableProcessing(ITestContext testContext, ITestMessages testMessages, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, javax.servlet.ServletContext servletContext, Locale locale, Map<String,Object> variables)
           
protected  void SpringWebProcessingContextBuilder.initApplicationContext(ITestContext testContext, ITestMessages testMessages, org.springframework.web.context.support.StaticWebApplicationContext applicationContext, Locale locale)
           
protected  void SpringWebProcessingContextBuilder.initBinders(String bindingModelName, Object bindingModelObject, ITestContext testContext, ITestMessages testMessages, org.springframework.validation.DataBinder dataBinder, Locale locale)
           
 

Uses of ITestContext in org.thymeleaf.testing.templateengine.standard.test
 

Methods in org.thymeleaf.testing.templateengine.standard.test with parameters of type ITestContext
 void StandardTest.setContext(ITestContext context)
           
 void StandardTest.setContext(ITestContext context, StandardTestValueType valueType)
           
 

Uses of ITestContext in org.thymeleaf.testing.templateengine.testable
 

Methods in org.thymeleaf.testing.templateengine.testable that return ITestContext
 ITestContext ITest.getContext()
           
 ITestContext AbstractTest.getContext()
           
 

Methods in org.thymeleaf.testing.templateengine.testable with parameters of type ITestContext
 void AbstractTest.setContext(ITestContext context)
           
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.