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 2009/01/07 13:25:36 UTC

[jira] Created: (TILES-346) Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter

Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter
-------------------------------------------------------------------------------

                 Key: TILES-346
                 URL: https://issues.apache.org/struts/browse/TILES-346
             Project: Tiles
          Issue Type: Bug
    Affects Versions: 2.1.1
            Reporter: Antonio Petrelli
             Fix For: 2.1.x


Currently, in a servlet environment, TilesServlet and TilesFilter use a "wrapped" version of TilesListener to do the initialization.
It should be delegated to an "initializer" to encourage pure Java configuration.

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


[jira] Updated: (TILES-346) Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter

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

Antonio Petrelli updated TILES-346:
-----------------------------------

    Component/s: tiles-servlet

> Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter
> -------------------------------------------------------------------------------
>
>                 Key: TILES-346
>                 URL: https://issues.apache.org/struts/browse/TILES-346
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>             Fix For: 2.1.x
>
>
> Currently, in a servlet environment, TilesServlet and TilesFilter use a "wrapped" version of TilesListener to do the initialization.
> It should be delegated to an "initializer" to encourage pure Java configuration.

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


[jira] Updated: (TILES-346) Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter

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

Antonio Petrelli updated TILES-346:
-----------------------------------

    Assignee: Antonio Petrelli

> Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter
> -------------------------------------------------------------------------------
>
>                 Key: TILES-346
>                 URL: https://issues.apache.org/struts/browse/TILES-346
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.x
>
>
> Currently, in a servlet environment, TilesServlet and TilesFilter use a "wrapped" version of TilesListener to do the initialization.
> It should be delegated to an "initializer" to encourage pure Java configuration.

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


[jira] Resolved: (TILES-346) Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter

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

Antonio Petrelli resolved TILES-346.
------------------------------------

    Resolution: Fixed

Now main initialization starts in BasicTilesInitializer, and can be customized easily with a custom listener or servlet.

> Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter
> -------------------------------------------------------------------------------
>
>                 Key: TILES-346
>                 URL: https://issues.apache.org/struts/browse/TILES-346
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api, tiles-core, tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently, in a servlet environment, TilesServlet and TilesFilter use a "wrapped" version of TilesListener to do the initialization.
> It should be delegated to an "initializer" to encourage pure Java configuration.

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


[jira] Updated: (TILES-346) Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter

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

Antonio Petrelli updated TILES-346:
-----------------------------------

      Component/s: tiles-core
                   tiles-api
    Fix Version/s:     (was: 2.1.x)
                   2.1.2

> Enhance pure java configuration for TilesListener, TilesServlet and TilesFilter
> -------------------------------------------------------------------------------
>
>                 Key: TILES-346
>                 URL: https://issues.apache.org/struts/browse/TILES-346
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api, tiles-core, tiles-servlet
>    Affects Versions: 2.1.1
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.2
>
>
> Currently, in a servlet environment, TilesServlet and TilesFilter use a "wrapped" version of TilesListener to do the initialization.
> It should be delegated to an "initializer" to encourage pure Java configuration.

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