| Interface | Description | 
|---|---|
| IThymeleafBindStatus | 
 
   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. 
 | 
| IThymeleafRequestContext | 
 
   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. 
 | 
| IThymeleafRequestDataValueProcessor | 
 
   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. 
 | 
| Class | Description | 
|---|---|
| SpringContextUtils | 
 
   Utility class for easy access of information stored at the context in a Spring-enabled application
   (such as the Spring ApplicationContext). 
 | 
Copyright © 2017 The THYMELEAF team. All rights reserved.