Package org.thymeleaf.spring6.context


package org.thymeleaf.spring6.context
  • Class
    Description
     
    This interface is meant to abstract a Spring BindStatus, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of this BindStatus.
    This interface is meant to abstract a Spring RequestContext, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of this RequestContext.
    This interface is meant to abstract a Spring RequestDataValueProcessor, without the client code needing to know if it is a Spring WebMVC or Spring WebFlux implementation of this RequestDataValueProcessor.
    Utility class for easy access of information stored at the context in a Spring-enabled application (such as the Spring ApplicationContext).