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/03/26 10:00:54 UTC

[jira] Created: (TILES-143) Allow configuration of Definitions instance in UrlDefinitionsFactory

Allow configuration of Definitions instance in UrlDefinitionsFactory
--------------------------------------------------------------------

                 Key: TILES-143
                 URL: https://issues.apache.org/struts/browse/TILES-143
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-core
    Affects Versions: 2.0.1
            Reporter: Antonio Petrelli


Currently UrlDefinitionsFactory creates always an instance of DefinitionsImpl.
The instance should be created by a factory method inside UrlDefinitionsFactory, so that it can be overridden by extending classes.

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


[jira] Assigned: (TILES-143) Allow configuration of Definitions instance in UrlDefinitionsFactory

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

Antonio Petrelli reassigned TILES-143:
--------------------------------------

    Assignee: Antonio Petrelli

> Allow configuration of Definitions instance in UrlDefinitionsFactory
> --------------------------------------------------------------------
>
>                 Key: TILES-143
>                 URL: https://issues.apache.org/struts/browse/TILES-143
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.0.1
>            Reporter: Antonio Petrelli
>         Assigned To: Antonio Petrelli
>
> Currently UrlDefinitionsFactory creates always an instance of DefinitionsImpl.
> The instance should be created by a factory method inside UrlDefinitionsFactory, so that it can be overridden by extending classes.

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


[jira] Closed: (TILES-143) Allow configuration of Definitions instance in UrlDefinitionsFactory

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

Antonio Petrelli closed TILES-143.
----------------------------------


> Allow configuration of Definitions instance in UrlDefinitionsFactory
> --------------------------------------------------------------------
>
>                 Key: TILES-143
>                 URL: https://issues.apache.org/struts/browse/TILES-143
>             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
>
>
> Currently UrlDefinitionsFactory creates always an instance of DefinitionsImpl.
> The instance should be created by a factory method inside UrlDefinitionsFactory, so that it can be overridden by extending classes.

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


[jira] Resolved: (TILES-143) Allow configuration of Definitions instance in UrlDefinitionsFactory

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

Antonio Petrelli resolved TILES-143.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.2

Now the creation of Definitions instance is made by "createDefinitions" method.

> Allow configuration of Definitions instance in UrlDefinitionsFactory
> --------------------------------------------------------------------
>
>                 Key: TILES-143
>                 URL: https://issues.apache.org/struts/browse/TILES-143
>             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
>
>
> Currently UrlDefinitionsFactory creates always an instance of DefinitionsImpl.
> The instance should be created by a factory method inside UrlDefinitionsFactory, so that it can be overridden by extending classes.

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