WW-4568 Upgrades the Tiles plugin to Tiles 2
Project: http://git-wip-us.apache.org/repos/asf/struts/repo Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/99796682 Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/99796682 Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/99796682 Branch: refs/heads/support-2-3 Commit: 997966829ae3bac1bf490daf30e56415aa84aec5 Parents: bd1a121 5ed7b36 Author: Lukasz Lenart <lukaszlen...@apache.org> Authored: Sun Jan 10 12:21:23 2016 +0100 Committer: Lukasz Lenart <lukaszlen...@apache.org> Committed: Sun Jan 10 12:21:23 2016 +0100 ---------------------------------------------------------------------- plugins/portlet-tiles/pom.xml | 4 + .../struts2/views/tiles/PortletTilesResult.java | 46 ++-- plugins/tiles/pom.xml | 23 +- .../struts2/tiles/ConfiguredServletContext.java | 187 ------------- .../StrutsFreeMarkerAttributeRenderer.java | 116 ++++++++ .../tiles/StrutsTilesContainerFactory.java | 271 ++++++++++++++++--- .../struts2/tiles/StrutsTilesInitializer.java | 46 ++++ .../struts2/tiles/StrutsTilesListener.java | 54 +--- .../tiles/StrutsTilesRequestContext.java | 123 --------- ...sWildcardServletTilesApplicationContext.java | 106 ++++++++ .../apache/struts2/views/tiles/TilesResult.java | 6 +- pom.xml | 35 ++- 12 files changed, 592 insertions(+), 425 deletions(-) ----------------------------------------------------------------------