Skip to content

Commit 7fa9105

Browse files
committed
SPR-6236: Reintroduce Struts support
1 parent e24e768 commit 7fa9105

33 files changed

+3931
-0
lines changed
+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project name="org.springframework.web.struts">
3+
<property file="${basedir}/../build.properties"/>
4+
<import file="${basedir}/../build-spring-framework/package-bundle.xml"/>
5+
<import file="${basedir}/../spring-build/standard/default.xml"/>
6+
</project>
+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<?xml-stylesheet type="text/xsl" href="http://ivyrep.jayasoft.org/ivy-doc.xsl"?>
3+
<ivy-module
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="http://incubator.apache.org/ivy/schemas/ivy.xsd"
6+
version="1.3">
7+
8+
<info organisation="org.springframework" module="${ant.project.name}">
9+
<license name="Apache 2.0" url="http://www.apache.org/licenses/LICENSE-2.0"/>
10+
</info>
11+
12+
<configurations>
13+
<include file="${spring.build.dir}/common/default-ivy-configurations.xml"/>
14+
<conf name="tiles" extends="runtime" description="JARs neeeded to create beans for Tiles"/>
15+
</configurations>
16+
17+
<publications>
18+
<artifact name="${ant.project.name}"/>
19+
<artifact name="${ant.project.name}-sources" type="src" ext="jar"/>
20+
</publications>
21+
22+
<dependencies>
23+
<dependency org="javax.servlet" name="com.springsource.javax.servlet" rev="2.5.0" conf="provided->compile"/>
24+
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
25+
conf="compile->compile"/>
26+
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.beanutils" rev="1.7.0"
27+
conf="compile->compile"/>
28+
<dependency org="org.apache.struts" name="com.springsource.org.apache.struts" rev="1.2.9" />
29+
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration"
30+
conf="compile->compile"/>
31+
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration"
32+
conf="compile->compile"/>
33+
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration"
34+
conf="compile->compile"/>
35+
<dependency org="org.springframework" name="org.springframework.web" rev="latest.integration"
36+
conf="compile->compile"/>
37+
<dependency org="org.springframework" name="org.springframework.web.servlet" rev="latest.integration"
38+
conf="optional, tiles->compile"/>
39+
<!--
40+
<dependency org="com.sun.syndication" name="com.springsource.com.sun.syndication" rev="1.0.0"
41+
conf="optional, feed->compile"/>
42+
<dependency org="com.lowagie.text" name="com.springsource.com.lowagie.text" rev="2.0.8"
43+
conf="optional, itext->compile"/>
44+
<dependency org="org.freemarker" name="com.springsource.freemarker" rev="2.3.15"
45+
conf="optional, freemarker->compile"/>
46+
<dependency org="javax.el" name="com.springsource.javax.el" rev="1.0.0" conf="provided->compile"/>
47+
<dependency org="javax.servlet" name="com.springsource.javax.servlet.jsp" rev="2.1.0" conf="provided->compile"/>
48+
<dependency org="javax.servlet" name="com.springsource.javax.servlet.jsp.jstl" rev="1.1.2"
49+
conf="provided->compile"/>
50+
<dependency org="net.sourceforge.jexcelapi" name="com.springsource.jxl" rev="2.6.6"
51+
conf="optional, jexcelapi->compile"/>
52+
<dependency org="net.sourceforge.jasperreports" name="com.springsource.net.sf.jasperreports" rev="2.0.5"
53+
conf="optional, jasper-reports->compile"/>
54+
<dependency org="org.apache.commons" name="com.springsource.org.apache.commons.logging" rev="1.1.1"
55+
conf="compile->compile"/>
56+
<dependency org="org.apache.poi" name="com.springsource.org.apache.poi" rev="3.0.2.FINAL"
57+
conf="optional, poi->compile"/>
58+
<dependency org="org.apache.tiles" name="com.springsource.org.apache.tiles" rev="2.1.2.osgi"
59+
conf="optional, tiles->compile"/>
60+
<dependency org="org.apache.tiles" name="com.springsource.org.apache.tiles.core" rev="2.1.2.osgi"
61+
conf="optional, tiles->compile"/>
62+
<dependency org="org.apache.tiles" name="com.springsource.org.apache.tiles.jsp" rev="2.1.2"
63+
conf="optional, tiles->compile"/>
64+
<dependency org="org.apache.tiles" name="com.springsource.org.apache.tiles.servlet" rev="2.1.2"
65+
conf="optional, tiles->compile"/>
66+
<dependency org="org.apache.velocity" name="com.springsource.org.apache.velocity" rev="1.5.0"
67+
conf="optional, velocity->compile"/>
68+
<dependency org="org.apache.velocity" name="com.springsource.org.apache.velocity.tools.view" rev="1.4.0"
69+
conf="optional, velocity->compile"/>
70+
<dependency org="org.codehaus.jackson" name="com.springsource.org.codehaus.jackson.mapper" rev="1.0.0"
71+
conf="optional, jackson->compile"/>
72+
<dependency org="org.springframework" name="org.springframework.beans" rev="latest.integration"
73+
conf="compile->compile"/>
74+
<dependency org="org.springframework" name="org.springframework.context" rev="latest.integration"
75+
conf="compile->compile"/>
76+
<dependency org="org.springframework" name="org.springframework.context.support" rev="latest.integration"
77+
conf="optional, velocity, freemarker, jasper-reports->compile"/>
78+
<dependency org="org.springframework" name="org.springframework.core" rev="latest.integration"
79+
conf="compile->compile"/>
80+
<dependency org="org.springframework" name="org.springframework.oxm" rev="latest.integration"
81+
conf="optional, oxm->compile"/>
82+
-->
83+
<!-- test dependencies -->
84+
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.7.0" conf="test->runtime"/>
85+
<dependency org="org.easymock" name="com.springsource.org.easymock" rev="2.5.1" conf="test->compile"/>
86+
<dependency org="org.springframework" name="org.springframework.test" rev="latest.integration"
87+
conf="test->compile"/>
88+
<dependency org="javax.servlet" name="com.springsource.javax.servlet.jsp.jstl" rev="1.1.2"
89+
conf="test->compile"/>
90+
</dependencies>
91+
92+
</ivy-module>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
/*
2+
* Copyright 2002-2008 the original author or authors.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
package org.springframework.web.servlet.view.tiles;
18+
19+
import java.io.File;
20+
import java.io.IOException;
21+
22+
import javax.servlet.ServletContext;
23+
import javax.servlet.ServletException;
24+
import javax.servlet.http.HttpServletRequest;
25+
import javax.servlet.http.HttpServletResponse;
26+
27+
import org.apache.struts.tiles.ComponentContext;
28+
import org.apache.struts.tiles.ControllerSupport;
29+
30+
import org.springframework.beans.BeansException;
31+
import org.springframework.context.ApplicationContext;
32+
import org.springframework.context.support.MessageSourceAccessor;
33+
import org.springframework.web.context.WebApplicationContext;
34+
import org.springframework.web.servlet.support.RequestContextUtils;
35+
import org.springframework.web.util.NestedServletException;
36+
import org.springframework.web.util.WebUtils;
37+
38+
/**
39+
* Convenience class for Spring-aware Tiles component controllers.
40+
* Provides a reference to the current Spring application context,
41+
* e.g. for bean lookup or resource loading.
42+
*
43+
* <p>Derives from the Tiles {@link ControllerSupport} class rather than
44+
* implementing the Tiles {@link org.apache.struts.tiles.Controller} interface
45+
* in order to be compatible with Struts 1.1 and 1.2. Implements both Struts 1.1's
46+
* <code>perform</code> and Struts 1.2's <code>execute</code> method accordingly.
47+
*
48+
* @author Juergen Hoeller
49+
* @author Alef Arendsen
50+
* @since 22.08.2003
51+
* @see org.springframework.web.context.support.WebApplicationObjectSupport
52+
* @deprecated as of Spring 3.0
53+
*/
54+
@Deprecated
55+
public abstract class ComponentControllerSupport extends ControllerSupport {
56+
57+
private WebApplicationContext webApplicationContext;
58+
59+
private MessageSourceAccessor messageSourceAccessor;
60+
61+
62+
/**
63+
* This implementation delegates to <code>execute</code>,
64+
* converting non-Servlet/IO Exceptions to ServletException.
65+
* <p>This is the only execution method available in Struts 1.1.
66+
* @see #execute
67+
*/
68+
@Override
69+
public final void perform(
70+
ComponentContext componentContext, HttpServletRequest request,
71+
HttpServletResponse response, ServletContext servletContext)
72+
throws ServletException, IOException {
73+
74+
try {
75+
execute(componentContext, request, response, servletContext);
76+
}
77+
catch (ServletException ex) {
78+
throw ex;
79+
}
80+
catch (IOException ex) {
81+
throw ex;
82+
}
83+
catch (Throwable ex) {
84+
throw new NestedServletException("Execution of component controller failed", ex);
85+
}
86+
}
87+
88+
/**
89+
* This implementation delegates to <code>doPerform</code>,
90+
* lazy-initializing the application context reference if necessary.
91+
* <p>This is the preferred execution method in Struts 1.2.
92+
* When running with Struts 1.1, it will be called by <code>perform</code>.
93+
* @see #perform
94+
* @see #doPerform
95+
*/
96+
@Override
97+
public final void execute(
98+
ComponentContext componentContext, HttpServletRequest request,
99+
HttpServletResponse response, ServletContext servletContext)
100+
throws Exception {
101+
102+
synchronized (this) {
103+
if (this.webApplicationContext == null) {
104+
this.webApplicationContext = RequestContextUtils.getWebApplicationContext(request, servletContext);
105+
this.messageSourceAccessor = new MessageSourceAccessor(this.webApplicationContext);
106+
}
107+
}
108+
doPerform(componentContext, request, response);
109+
}
110+
111+
112+
/**
113+
* Subclasses can override this for custom initialization behavior.
114+
* Gets called on initialization of the context for this controller.
115+
* @throws org.springframework.context.ApplicationContextException in case of initialization errors
116+
* @throws org.springframework.beans.BeansException if thrown by application context methods
117+
*/
118+
protected void initApplicationContext() throws BeansException {
119+
}
120+
121+
/**
122+
* Return the current Spring ApplicationContext.
123+
*/
124+
protected final ApplicationContext getApplicationContext() {
125+
return this.webApplicationContext;
126+
}
127+
128+
/**
129+
* Return the current Spring WebApplicationContext.
130+
*/
131+
protected final WebApplicationContext getWebApplicationContext() {
132+
return this.webApplicationContext;
133+
}
134+
135+
/**
136+
* Return a MessageSourceAccessor for the application context
137+
* used by this object, for easy message access.
138+
*/
139+
protected final MessageSourceAccessor getMessageSourceAccessor() {
140+
return this.messageSourceAccessor;
141+
}
142+
143+
/**
144+
* Return the current ServletContext.
145+
*/
146+
protected final ServletContext getServletContext() {
147+
return this.webApplicationContext.getServletContext();
148+
}
149+
150+
/**
151+
* Return the temporary directory for the current web application,
152+
* as provided by the servlet container.
153+
* @return the File representing the temporary directory
154+
*/
155+
protected final File getTempDir() {
156+
return WebUtils.getTempDir(getServletContext());
157+
}
158+
159+
160+
/**
161+
* Perform the preparation for the component, allowing for any Exception to be thrown.
162+
* The ServletContext can be retrieved via getServletContext, if necessary.
163+
* The Spring WebApplicationContext can be accessed via getWebApplicationContext.
164+
* <p>This method will be called both in the Struts 1.1 and Struts 1.2 case,
165+
* by <code>perform</code> or <code>execute</code>, respectively.
166+
* @param componentContext current Tiles component context
167+
* @param request current HTTP request
168+
* @param response current HTTP response
169+
* @throws Exception in case of errors
170+
* @see org.apache.struts.tiles.Controller#perform
171+
* @see #getServletContext
172+
* @see #getWebApplicationContext
173+
* @see #perform
174+
* @see #execute
175+
*/
176+
protected abstract void doPerform(
177+
ComponentContext componentContext, HttpServletRequest request, HttpServletResponse response)
178+
throws Exception;
179+
180+
}

0 commit comments

Comments
 (0)