Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.6
-
None
Description
Currently the classes that implement TilesRequestContext and TilesApplicationContext (for example ServletTilesRequestContext) expose themselves the functionality of a TilesApplicationContext by extending a class that implements TilesApplicationContext (in this case: ServletTilesApplicationContext) and calling "super()" in the constructor.
A better behaviour would be using a TilesApplicationContext as it is, since a TilesRequestContext could be created in various application contexts.