See: Description
| Class | Description | 
|---|---|
| AbstractSpringPreparerFactory | 
 Abstract implementation of the Tiles  
PreparerFactory
 interface, obtaining the current Spring WebApplicationContext and delegating to
 AbstractSpringPreparerFactory.getPreparer(String, org.springframework.web.context.WebApplicationContext). | 
| SimpleSpringPreparerFactory | 
 Tiles  
PreparerFactory implementation
 that expects preparer class names and builds preparer instances for those,
 creating them through the Spring ApplicationContext in order to apply
 Spring container callbacks and configured Spring BeanPostProcessors. | 
| SpringBeanPreparerFactory | 
 Tiles  
PreparerFactory implementation
 that expects preparer bean names and obtains preparer beans from the
 Spring ApplicationContext. | 
| SpringLocaleResolver | 
 Tiles LocaleResolver adapter that delegates to a Spring
  
LocaleResolver, exposing the
 DispatcherServlet-managed locale. | 
| SpringWildcardServletTilesApplicationContext | 
 Spring-specific subclass of the Tiles ServletApplicationContext. 
 | 
| TilesConfigurer | 
 Helper class to configure Tiles 3.x for the Spring Framework. 
 | 
| TilesView | 
View implementation that renders
 through the Tiles Request API. | 
| TilesViewResolver | 
 Convenience subclass of  
UrlBasedViewResolver that supports
 TilesView (i.e. |