Package | Description |
---|---|
org.thymeleaf.spring5.context | |
org.thymeleaf.spring5.context.webflux | |
org.thymeleaf.spring5.context.webmvc |
Modifier and Type | Method and Description |
---|---|
static IThymeleafRequestContext |
SpringContextUtils.getRequestContext(org.thymeleaf.context.IExpressionContext context)
Get the
IThymeleafRequestContext from the Thymeleaf context. |
Modifier and Type | Class and Description |
---|---|
class |
SpringWebFluxThymeleafRequestContext
Implementation of the
IThymeleafRequestContext interface, meant to wrap a Spring
RequestContext object. |
Modifier and Type | Class and Description |
---|---|
class |
SpringWebMvcThymeleafRequestContext
Implementation of the
IThymeleafRequestContext interface, meant to wrap a Spring
RequestContext object. |
Copyright © 2017 The THYMELEAF team. All rights reserved.