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 2008/06/26 20:39:06 UTC

[jira] Created: (TILES-280) Move inheritance resolution from UrlDefinitionsFactory to LocaleUrlDefinitionDao

Move inheritance resolution from UrlDefinitionsFactory to LocaleUrlDefinitionDao
--------------------------------------------------------------------------------

                 Key: TILES-280
                 URL: https://issues.apache.org/struts/browse/TILES-280
             Project: Tiles
          Issue Type: Improvement
          Components: tiles-core
    Affects Versions: 2.1.0
            Reporter: Antonio Petrelli
            Assignee: Antonio Petrelli
             Fix For: 2.1.x


Currently the UrlDefinitionsFactory resolves inheritance between definitions. It should be moved to LocaleUrlDefinitionDao, probably renaming it.
This way, we can move the wildcard-management code, present in CachingLocaleUrlDefinitionDao, into a base class, thus  providing wildcards for UrlDefinitionsFactory too (that is the default).

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


[jira] Closed: (TILES-280) Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao

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

Antonio Petrelli closed TILES-280.
----------------------------------


Closed due to the release of Tiles 2.1.0.

> Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao
> --------------------------------------------------------------------------------------------
>
>                 Key: TILES-280
>                 URL: https://issues.apache.org/struts/browse/TILES-280
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.0
>
>
> Currently the UrlDefinitionsFactory resolves inheritance between definitions. It should be moved to a class like LocaleUrlDefinitionDao.
> This way, we can move the wildcard-management code, present in CachingLocaleUrlDefinitionDao, into a base class, thus  providing wildcards for UrlDefinitionsFactory too (that is the default).

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


[jira] Resolved: (TILES-280) Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao

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

Antonio Petrelli resolved TILES-280.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1.x)
                   2.1.0

Implemented ResolvingLocaleUrlDefinitionDAO that caches definitions and resolves them.

> Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao
> --------------------------------------------------------------------------------------------
>
>                 Key: TILES-280
>                 URL: https://issues.apache.org/struts/browse/TILES-280
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.0
>
>
> Currently the UrlDefinitionsFactory resolves inheritance between definitions. It should be moved to a class like LocaleUrlDefinitionDao.
> This way, we can move the wildcard-management code, present in CachingLocaleUrlDefinitionDao, into a base class, thus  providing wildcards for UrlDefinitionsFactory too (that is the default).

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


[jira] Updated: (TILES-280) Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao

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

Antonio Petrelli updated TILES-280:
-----------------------------------

    Description: 
Currently the UrlDefinitionsFactory resolves inheritance between definitions. It should be moved to a class like LocaleUrlDefinitionDao.
This way, we can move the wildcard-management code, present in CachingLocaleUrlDefinitionDao, into a base class, thus  providing wildcards for UrlDefinitionsFactory too (that is the default).

  was:
Currently the UrlDefinitionsFactory resolves inheritance between definitions. It should be moved to LocaleUrlDefinitionDao, probably renaming it.
This way, we can move the wildcard-management code, present in CachingLocaleUrlDefinitionDao, into a base class, thus  providing wildcards for UrlDefinitionsFactory too (that is the default).

        Summary: Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao  (was: Move inheritance resolution from UrlDefinitionsFactory to LocaleUrlDefinitionDao)

> Move inheritance resolution from UrlDefinitionsFactory to a resolving LocaleUrlDefinitionDao
> --------------------------------------------------------------------------------------------
>
>                 Key: TILES-280
>                 URL: https://issues.apache.org/struts/browse/TILES-280
>             Project: Tiles
>          Issue Type: Improvement
>          Components: tiles-core
>    Affects Versions: 2.1.0
>            Reporter: Antonio Petrelli
>            Assignee: Antonio Petrelli
>             Fix For: 2.1.x
>
>
> Currently the UrlDefinitionsFactory resolves inheritance between definitions. It should be moved to a class like LocaleUrlDefinitionDao.
> This way, we can move the wildcard-management code, present in CachingLocaleUrlDefinitionDao, into a base class, thus  providing wildcards for UrlDefinitionsFactory too (that is the default).

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