MutableTilesContainer.register should have a "TilesRequestContext" parameter
----------------------------------------------------------------------------
Key: TILES-115
URL: https://issues.apache.org/struts/browse/TILES-115
Project: Tiles
Issue Type: Improvement
Components: tiles-api, tiles-core
Affects Versions: 2.0.0
Reporter: Antonio Petrelli
Fix For: 2.0.x
Currently the MutableTilesContainer.register method has only a TileDefinition
parameter, but a TilesRequestContext parameter is necessary for two reasons:
1) In Tiles 1.x a custom definition lies in request context and to provide
compatibility this should be its behaviour.
2) CachingKeyedDefinitionsFactoryTilesContainer stores a DefinitionManager for
each key (calculated from a TilesRequestContext), therefore it cannot know
which is the key to use to retrieve the correct DefinitionManager.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.