| Name | Description | Type | Package | Framework |
| AbstractSpringPreparerFactory | Abstract implementation of the Tiles3 PreparerFactoryinterface, obtaining the current Spring WebApplicationContext and delegating to | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| SimpleSpringPreparerFactory | Tiles3 PreparerFactory implementationthat expects preparer class names and builds preparer instances for those, | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| SpringBeanPreparerFactory | Tiles3 PreparerFactory implementationthat expects preparer bean names and obtains preparer beans from the | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| SpringLocaleResolver | Tiles LocaleResolver adapter that delegates to a SpringLocaleResolver, exposing the | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| SpringWildcardServletTilesApplicationContext | Spring-specific subclass of the Tiles ServletApplicationContext. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| TilesConfigurer | Helper class to configure Tiles 3. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| TilesView | View implementation that rendersthrough the Tiles Request API. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |
| TilesViewResolver | Convenience subclass of UrlBasedViewResolver that supportsTilesView (i. | Class | org.springframework.web.servlet.view.tiles3 | Spring MVC |