Uses of Interface
org.thymeleaf.spring6.context.IThymeleafRequestContext
Package
Description
-
Uses of IThymeleafRequestContext in org.thymeleaf.spring6.context
Modifier and TypeMethodDescriptionstatic IThymeleafRequestContext
SpringContextUtils.getRequestContext
(IExpressionContext context) Get theIThymeleafRequestContext
from the Thymeleaf context. -
Uses of IThymeleafRequestContext in org.thymeleaf.spring6.context.webflux
Modifier and TypeClassDescriptionclass
Implementation of theIThymeleafRequestContext
interface, meant to wrap a SpringRequestContext
object. -
Uses of IThymeleafRequestContext in org.thymeleaf.spring6.context.webmvc
Modifier and TypeClassDescriptionclass
Implementation of theIThymeleafRequestContext
interface, meant to wrap a SpringRequestContext
object.