[ 
https://issues.apache.org/struts/browse/TILES-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Antonio Petrelli resolved TILES-114.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.x)
                   2.0.2

Refactored the API to be independent from JSP and from other technologies, by 
using varargs.
There is still a JSP dependency in BasicTilesContextFactory, but this will be 
addressed by TILES-120.

> Remove JSP dependencies from the core
> -------------------------------------
>
>                 Key: TILES-114
>                 URL: https://issues.apache.org/struts/browse/TILES-114
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-api, tiles-core
>    Affects Versions: 2.0.0
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.2
>
>
> Currently some code has a dependency on JSP, i.e. one of the two methods 
> "createRequestContext" uses a PageContext as a parameter.
> The base classes/interfaces that need to be refactored are:
> TilesContextFactory
> TilesContainer
> ComponentContext
> The solution seems to be the refactoring of those classes using varargs for 
> request objects, to address cases such as:
> * request/response for requests;
> * pageContext for JSP pages.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to