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