Package org.thymeleaf.spring5.context
-
Interface Summary Interface Description IThymeleafBindStatus This interface is meant to abstract a SpringBindStatus
, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of thisBindStatus
.IThymeleafRequestContext This interface is meant to abstract a SpringRequestContext
, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of thisRequestContext
.IThymeleafRequestDataValueProcessor This interface is meant to abstract a SpringRequestDataValueProcessor
, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of thisRequestDataValueProcessor
. -
Class Summary Class Description SpringContextUtils Utility class for easy access of information stored at the context in a Spring-enabled application (such as the Spring ApplicationContext).