Class WebProcessingContextBuilder
- Object
-
- org.thymeleaf.testing.templateengine.context.web.WebProcessingContextBuilder
-
- All Implemented Interfaces:
IProcessingContextBuilder
public class WebProcessingContextBuilder extends Object implements IProcessingContextBuilder
-
-
Field Summary
Fields Modifier and Type Field Description static Locale
DEFAULT_LOCALE
-
Constructor Summary
Constructors Constructor Description WebProcessingContextBuilder(ITestWebExchangeBuilder testWebExchangeBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.thymeleaf.context.IContext
build(ITest test)
protected void
doAdditionalVariableProcessing(ITest test, org.thymeleaf.web.IWebExchange webExchange, Locale locale, Map<String,Object> variables)
protected org.thymeleaf.context.IWebContext
doCreateWebContextInstance(ITest test, org.thymeleaf.web.IWebExchange webExchange, Locale locale, Map<String,Object> variables)
-
-
-
Field Detail
-
DEFAULT_LOCALE
public static final Locale DEFAULT_LOCALE
-
-
Constructor Detail
-
WebProcessingContextBuilder
public WebProcessingContextBuilder(ITestWebExchangeBuilder testWebExchangeBuilder)
-
-
Method Detail
-
build
public final org.thymeleaf.context.IContext build(ITest test)
- Specified by:
build
in interfaceIProcessingContextBuilder
-
doAdditionalVariableProcessing
protected void doAdditionalVariableProcessing(ITest test, org.thymeleaf.web.IWebExchange webExchange, Locale locale, Map<String,Object> variables)
-
-