You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2016/01/18 15:57:12 UTC

[30/30] struts git commit: WW-4584 Upgrades Tiles plugin to Tiles 3 Also drops existing Tiles 3 plugin

WW-4584 Upgrades Tiles plugin to Tiles 3
Also drops existing Tiles 3 plugin


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/d923c7c4
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/d923c7c4
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/d923c7c4

Branch: refs/heads/master
Commit: d923c7c4f2c7a674949c623350cd8948869ea987
Parents: 294394b 9337512
Author: Lukasz Lenart <lu...@apache.org>
Authored: Mon Jan 18 15:55:59 2016 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Mon Jan 18 15:55:59 2016 +0100

----------------------------------------------------------------------
 apps/showcase/pom.xml                           |   5 -
 .../views/freemarker/FreemarkerManager.java     |   1 +
 plugins/bean-validation/pom.xml                 |   1 -
 plugins/pom.xml                                 |   1 -
 plugins/portlet-tiles/pom.xml                   |   4 +
 .../struts2/views/tiles/PortletTilesResult.java |  92 +++++---
 plugins/tiles/pom.xml                           |  39 ++-
 .../struts2/tiles/ConfiguredServletContext.java | 187 ---------------
 .../tiles/StrutsApplicationResource.java        |  55 +++++
 .../StrutsFreeMarkerAttributeRenderer.java      | 118 ++++++++++
 .../tiles/StrutsTilesContainerFactory.java      | 236 +++++++++++++++----
 .../struts2/tiles/StrutsTilesInitializer.java   |  46 ++++
 .../struts2/tiles/StrutsTilesListener.java      |  56 +----
 .../tiles/StrutsTilesLocaleResolver.java        |  54 +++++
 .../tiles/StrutsTilesRequestContext.java        | 125 ----------
 ...StrutsWildcardServletApplicationContext.java | 129 ++++++++++
 .../apache/struts2/views/tiles/TilesResult.java |  19 +-
 plugins/tiles3/pom.xml                          |  60 -----
 .../apache/struts2/views/tiles/TilesResult.java |  81 -------
 plugins/tiles3/src/main/resources/LICENSE.txt   | 174 --------------
 plugins/tiles3/src/main/resources/NOTICE.txt    |   5 -
 .../tiles3/src/main/resources/struts-plugin.xml |  34 ---
 plugins/tiles3/src/site/site.xml                |  57 -----
 pom.xml                                         |  55 ++++-
 24 files changed, 772 insertions(+), 862 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/d923c7c4/pom.xml
----------------------------------------------------------------------