Class WebProcessingContextBuilder
java.lang.Object
org.thymeleaf.testing.templateengine.context.web.WebProcessingContextBuilder
- All Implemented Interfaces:
IProcessingContextBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal IContextprotected voiddoAdditionalVariableProcessing(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) protected IWebContextdoCreateWebContextInstance(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) private static voidresolve(String expression, ITestContextExpression contextExpression, Map<String, Object> variables, Locale locale)
-
Field Details
-
DEFAULT_LOCALE
-
REQUEST_PARAMS_PREFIX
- See Also:
-
REQUEST_ATTRS_PREFIX
- See Also:
-
SESSION_ATTRS_PREFIX
- See Also:
-
APPLICATION_ATTRS_PREFIX
- See Also:
-
testWebExchangeBuilder
-
-
Constructor Details
-
WebProcessingContextBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceIProcessingContextBuilder
-
doAdditionalVariableProcessing
-
doCreateWebContextInstance
protected IWebContext doCreateWebContextInstance(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) -
resolve
-