Uses of Interface
org.thymeleaf.spring5.context.IThymeleafRequestContext
-
Packages that use IThymeleafRequestContext Package Description org.thymeleaf.spring5.context org.thymeleaf.spring5.context.webflux org.thymeleaf.spring5.context.webmvc -
-
Uses of IThymeleafRequestContext in org.thymeleaf.spring5.context
Methods in org.thymeleaf.spring5.context that return IThymeleafRequestContext Modifier and Type Method Description static IThymeleafRequestContext
SpringContextUtils. getRequestContext(org.thymeleaf.context.IExpressionContext context)
Get theIThymeleafRequestContext
from the Thymeleaf context. -
Uses of IThymeleafRequestContext in org.thymeleaf.spring5.context.webflux
Classes in org.thymeleaf.spring5.context.webflux that implement IThymeleafRequestContext Modifier and Type Class Description class
SpringWebFluxThymeleafRequestContext
Implementation of theIThymeleafRequestContext
interface, meant to wrap a SpringRequestContext
object. -
Uses of IThymeleafRequestContext in org.thymeleaf.spring5.context.webmvc
Classes in org.thymeleaf.spring5.context.webmvc that implement IThymeleafRequestContext Modifier and Type Class Description class
SpringWebMvcThymeleafRequestContext
Implementation of theIThymeleafRequestContext
interface, meant to wrap a SpringRequestContext
object.
-