org.thymeleaf.testing.templateengine.context.web
Class SpringWebProcessingContextBuilder
Object
org.thymeleaf.testing.templateengine.context.web.WebProcessingContextBuilder
org.thymeleaf.testing.templateengine.context.web.SpringWebProcessingContextBuilder
- All Implemented Interfaces:
- IProcessingContextBuilder
public class SpringWebProcessingContextBuilder
- extends WebProcessingContextBuilder
|
Method Summary |
protected void |
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 |
initApplicationContext(ITestContext testContext,
ITestMessages testMessages,
org.springframework.web.context.support.StaticWebApplicationContext applicationContext,
Locale locale)
|
protected void |
initBinders(String bindingModelName,
Object bindingModelObject,
ITestContext testContext,
ITestMessages testMessages,
org.springframework.validation.DataBinder dataBinder,
Locale locale)
|
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BINDING_MODEL_NAME_VARIABLE_NAME
public static final String BINDING_MODEL_NAME_VARIABLE_NAME
- See Also:
- Constant Field Values
SpringWebProcessingContextBuilder
public SpringWebProcessingContextBuilder()
doAdditionalVariableProcessing
protected void 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)
- Overrides:
doAdditionalVariableProcessing in class WebProcessingContextBuilder
initBinders
protected void initBinders(String bindingModelName,
Object bindingModelObject,
ITestContext testContext,
ITestMessages testMessages,
org.springframework.validation.DataBinder dataBinder,
Locale locale)
initApplicationContext
protected void initApplicationContext(ITestContext testContext,
ITestMessages testMessages,
org.springframework.web.context.support.StaticWebApplicationContext applicationContext,
Locale locale)
Copyright © 2013 The THYMELEAF team. All Rights Reserved.