Uses of Interface
org.thymeleaf.web.IWebExchange
Packages that use IWebExchange
Package
Description
-
Uses of IWebExchange in org.thymeleaf.context
Fields in org.thymeleaf.context declared as IWebExchangeModifier and TypeFieldDescriptionprivate final IWebExchangeWebContext.webExchangeprivate final IWebExchangeWebEngineContext.ApplicationAttributeMap.webExchangeprivate final IWebExchangeWebEngineContext.ExchangeAttributeMap.webExchangeprivate final IWebExchangeWebEngineContext.RequestParameterMap.webExchangeprivate final IWebExchangeWebEngineContext.SessionAttributeMap.webExchangeprivate final IWebExchangeWebEngineContext.webExchangeprivate final IWebExchangeWebExpressionContext.webExchangeMethods in org.thymeleaf.context that return IWebExchangeModifier and TypeMethodDescriptionIWebContext.getExchange()Returns theIWebExchangeobject associated with the template execution.WebContext.getExchange()WebEngineContext.getExchange()WebExpressionContext.getExchange()static IWebExchangeContexts.getWebExchange(IContext context) Constructors in org.thymeleaf.context with parameters of type IWebExchangeModifierConstructorDescription(package private)ApplicationAttributeMap(IWebExchange webExchange) (package private)ExchangeAttributeMap(IEngineConfiguration configuration, TemplateData templateData, Map<String, Object> templateResolutionAttributes, IWebExchange webExchange, Locale locale, Map<String, Object> variables) (package private)RequestParameterMap(IWebExchange webExchange) (package private)SessionAttributeMap(IWebExchange webExchange) WebContext(IWebExchange webExchange) WebContext(IWebExchange webExchange, Locale locale) WebContext(IWebExchange webExchange, Locale locale, Map<String, Object> variables) WebEngineContext(IEngineConfiguration configuration, TemplateData templateData, Map<String, Object> templateResolutionAttributes, IWebExchange webExchange, Locale locale, Map<String, Object> variables) Creates a new instance of thisIEngineContextimplementation binding engine execution to the Servlet API.WebExpressionContext(IEngineConfiguration configuration, IWebExchange webExchange) WebExpressionContext(IEngineConfiguration configuration, IWebExchange webExchange, Locale locale) WebExpressionContext(IEngineConfiguration configuration, IWebExchange webExchange, Locale locale, Map<String, Object> variables) -
Uses of IWebExchange in org.thymeleaf.testing.templateengine.context.web
Methods in org.thymeleaf.testing.templateengine.context.web that return IWebExchangeModifier and TypeMethodDescriptionITestWebExchangeBuilder.buildExchange(ITest test, Map<String, Object> exchangeAttributes, Map<String, String[]> requestParameters, Map<String, Object> sessionAttributes, Map<String, Object> applicationAttributes, Locale locale) JakartaServletTestWebExchangeBuilder.buildExchange(ITest test, Map<String, Object> exchangeAttributes, Map<String, String[]> requestParameters, Map<String, Object> sessionAttributes, Map<String, Object> applicationAttributes, Locale locale) JavaxServletTestWebExchangeBuilder.buildExchange(ITest test, Map<String, Object> exchangeAttributes, Map<String, String[]> requestParameters, Map<String, Object> sessionAttributes, Map<String, Object> applicationAttributes, Locale locale) Methods in org.thymeleaf.testing.templateengine.context.web with parameters of type IWebExchangeModifier and TypeMethodDescriptionprotected voidWebProcessingContextBuilder.doAdditionalVariableProcessing(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) protected IWebContextWebProcessingContextBuilder.doCreateWebContextInstance(ITest test, IWebExchange webExchange, Locale locale, Map<String, Object> variables) -
Uses of IWebExchange in org.thymeleaf.web.servlet
Subinterfaces of IWebExchange in org.thymeleaf.web.servletClasses in org.thymeleaf.web.servlet that implement IWebExchangeModifier and TypeClassDescription(package private) final class(package private) final class