Refactor definitions loading
----------------------------
Key: TILES-162
URL: https://issues.apache.org/struts/browse/TILES-162
Project: Tiles
Issue Type: Improvement
Components: tiles-core
Affects Versions: 2.0.3
Reporter: Antonio Petrelli
Fix For: 2.1.x
Currently the definitions have a decentralized management:
* the container resolves the base URLs to load;
* the definitions factory loads the URLs and creates the raw (i.e. not
resolved) definitions
Creation of raw definition should be centralized into a new class, that loads
the configuration, resolves the URLs and creates the raw definitions from the
URLs.
This way, also non-URL based definitions can be loaded.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.