org.springframework.web.servlet.view.tiles |
Support classes for the integration of
Tiles
(included in Struts) as Spring web view technology.
Contains a View implementation for Tiles definitions.
|
Java Source File Name | Type | Comment |
ComponentControllerSupport.java | Class | Convenience class for Spring-aware Tiles component controllers.
Provides a reference to the current Spring application context,
e.g. |
TilesConfigurer.java | Class | Helper class to configure Tiles for the Spring Framework. |
TilesJstlView.java | Class | Specialization of TilesView for JSTL pages; Tiles pages that
use the JSP Standard Tag Library. |
TilesView.java | Class | View implementation that retrieves a Tiles definition.
The "url" property is interpreted as name of a Tiles definition.
TilesJstlView with JSTL support is a separate class,
mainly to avoid JSTL dependencies in this class.
Depends on a Tiles DefinitionsFactory which must be available
in the ServletContext. |