Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.3
-
None
Description
The part of the package structure in "tiles-core" module that refers to technology-specific code needs to be refactored.
The structure will be the following:
org.apache.tiles
+-- servlet (to mimic tiles-jsp structure)
+-- context (context classes)
+-- ServletTilesContextFactory, etc.
+-- portlet (to mimic tiles-jsp structure)
+-- context (context classes)
+-- PortletTilesContextFactory, etc.
+-- web
+-- startup
+-- TilesServlet, TilesListener, TilesFilter
+-- util
+-- TilesDecorationFilter, TilesDispatchServlet,
AttributeContextMutator, ServletContextAdapter
The "TilesDecorationFilter" and "TilesDispatchServlet" must be moved from "tiles-api" to "tiles-core".
See mailing list thread:
http://www.mail-archive.com/dev@tiles.apache.org/msg00315.html