public class SpringWebFluxExpressionContext extends SpringWebFluxContext implements org.thymeleaf.context.IExpressionContext
Basic Spring WebFlux-oriented implementation of the IExpressionContext
and
ISpringWebFluxContext
interfaces.
This class is not thread-safe, and should not be shared across executions of templates.
Constructor and Description |
---|
SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration,
org.springframework.web.server.ServerWebExchange exchange) |
SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration,
org.springframework.web.server.ServerWebExchange exchange,
Locale locale) |
SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration,
org.springframework.web.server.ServerWebExchange exchange,
Locale locale,
Map<String,Object> variables) |
SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration,
org.springframework.web.server.ServerWebExchange exchange,
org.springframework.core.ReactiveAdapterRegistry reactiveAdapterRegistry,
Locale locale,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
org.thymeleaf.IEngineConfiguration |
getConfiguration() |
org.thymeleaf.expression.IExpressionObjects |
getExpressionObjects() |
getExchange, getReactiveAdapterRegistry, getRequest, getResponse, getSession
clearVariables, containsVariable, getLocale, getVariable, getVariableNames, removeVariable, setLocale, setVariable, setVariables
public SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration, org.springframework.web.server.ServerWebExchange exchange)
public SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration, org.springframework.web.server.ServerWebExchange exchange, Locale locale)
public SpringWebFluxExpressionContext(org.thymeleaf.IEngineConfiguration configuration, org.springframework.web.server.ServerWebExchange exchange, Locale locale, Map<String,Object> variables)
public org.thymeleaf.IEngineConfiguration getConfiguration()
getConfiguration
in interface org.thymeleaf.context.IExpressionContext
public org.thymeleaf.expression.IExpressionObjects getExpressionObjects()
getExpressionObjects
in interface org.thymeleaf.context.IExpressionContext
Copyright © 2017 The THYMELEAF team. All rights reserved.