Uses of Interface
org.thymeleaf.web.IWebExchange
Packages that use IWebExchange
-
Uses of IWebExchange in org.thymeleaf.context
Methods 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 IWebExchangeModifierConstructorDescriptionWebContext(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.web.servlet
Subinterfaces of IWebExchange in org.thymeleaf.web.servlet