Add access to the properties (portal/page/window/user) to the StrategyContext (layout strategy) and RenderSet
Improve the contract between the portal and the t&l framework :
remove the unnecessary interfaces and make them objects (ThemeLink, ThemeScript, PortalTheme, StrategyContext, etc...). We don't need interfaces here.
define runtime metadata (Info classes) that describe the layout
define an interface for the layout in order to define its contract
Allow loading of resource bundles from the war file
Let the layout rendering method perform the request dispatch when it needs to
Have a method to get the runtime metadata of the layout
Enable to tag a portlet for no decoration instead of having it to declare the window using empty renderers
Comments