Default TilesContextFactory implementation refactoring
------------------------------------------------------
Key: TILES-120
URL: https://issues.apache.org/struts/browse/TILES-120
Project: Tiles
Issue Type: Improvement
Affects Versions: 2.0.1
Reporter: Antonio Petrelli
Fix For: 2.0.x
BasicTilesContextFactory currently checks to recognize if it is in a servlet,
portlet of JSP environment.
The "new" default implementation should cycle through a list of "factory items"
that (each of them) try to recognize the request items and, if it succeeds,
returns a TilesRequestContext, otherwise it returns null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.