You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Antonio Petrelli (JIRA)" <ji...@apache.org> on 2007/02/23 14:36:15 UTC

[jira] Created: (TILES-120) Default TilesContextFactory implementation refactoring

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.


[jira] Assigned: (TILES-120) Default TilesContextFactory implementation refactoring

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli reassigned TILES-120:
--------------------------------------

    Assignee: Antonio Petrelli

> Default TilesContextFactory implementation refactoring
> ------------------------------------------------------
>
>                 Key: TILES-120
>                 URL: https://issues.apache.org/struts/browse/TILES-120
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: 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.


[jira] Resolved: (TILES-120) Default TilesContextFactory implementation refactoring

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli resolved TILES-120.
------------------------------------

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

Replaced (and deleted) BasicTilesContextFactory with ChainedTilesContextFactory, that creates a chain of TilesContextFactory items and cycles through them to create TilesApplicationContext and TilesRequestContext objects.

> Default TilesContextFactory implementation refactoring
> ------------------------------------------------------
>
>                 Key: TILES-120
>                 URL: https://issues.apache.org/struts/browse/TILES-120
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.2
>
>
> 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.


[jira] Updated: (TILES-120) Default TilesContextFactory implementation refactoring

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-120:
-----------------------------------

    Component/s: tiles-core

> Default TilesContextFactory implementation refactoring
> ------------------------------------------------------
>
>                 Key: TILES-120
>                 URL: https://issues.apache.org/struts/browse/TILES-120
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    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.


[jira] Closed: (TILES-120) Default TilesContextFactory implementation refactoring

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-120.
----------------------------------


> Default TilesContextFactory implementation refactoring
> ------------------------------------------------------
>
>                 Key: TILES-120
>                 URL: https://issues.apache.org/struts/browse/TILES-120
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>             Fix For: 2.0.2
>
>
> 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.