Add a template attribute concept
--------------------------------
Key: TILES-354
URL: https://issues.apache.org/struts/browse/TILES-354
Project: Tiles
Issue Type: Improvement
Components: tiles-api, tiles-core
Affects Versions: 2.1.1
Reporter: Antonio Petrelli
Fix For: 2.1.2
Currently the template management is done through the use of the "template"
property of the AttributeContext interface.
But the fact is that a "template" can be, in fact, a "real" attribute, that has
to be managed in a special way.
In particular it may have a "type" or an associated "renderer".
Currently the template rendering is done through request dispatching (include
or forward), while other attributes are renderer by "renderers".
If the "template" concept is transformed into a "template attribute", a
renderer can be associated.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.