~ubuntu-branches/ubuntu/trusty/libstruts1.2-java/trusty-proposed

« back to all changes in this revision

Viewing changes to legacy/api-1.0/org/apache/struts/actions/RemoveForwardAction.html

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Vandyck
  • Date: 2004-11-19 15:35:25 UTC
  • Revision ID: james.westby@ubuntu.com-20041119153525-mdu08a76z4zo67xt
Tags: upstream-1.2.4
Import upstream version 1.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
 
2
<!--NewPage-->
 
3
<HTML>
 
4
<HEAD>
 
5
<!-- Generated by javadoc on Fri Jun 15 16:53:35 PDT 2001 -->
 
6
<TITLE>
 
7
Apache Struts API Documentation: Class  RemoveForwardAction
 
8
</TITLE>
 
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
 
10
</HEAD>
 
11
<BODY BGCOLOR="white">
 
12
 
 
13
<!-- ========== START OF NAVBAR ========== -->
 
14
<A NAME="navbar_top"><!-- --></A>
 
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
16
<TR>
 
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
18
<A NAME="navbar_top_firstrow"><!-- --></A>
 
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
20
  <TR ALIGN="center" VALIGN="top">
 
21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
22
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
23
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
26
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
28
  </TR>
 
29
</TABLE>
 
30
</TD>
 
31
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
32
</EM>
 
33
</TD>
 
34
</TR>
 
35
 
 
36
<TR>
 
37
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
38
&nbsp;<A HREF="../../../../org/apache/struts/actions/RemoveFormBeanAction.html"><B>PREV CLASS</B></A>&nbsp;
 
39
&nbsp;<A HREF="../../../../org/apache/struts/actions/RemoveMappingAction.html"><B>NEXT CLASS</B></A></FONT></TD>
 
40
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
41
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
42
&nbsp;<A HREF="RemoveForwardAction.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
43
</TR>
 
44
<TR>
 
45
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
46
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.struts.action.Action">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
47
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
48
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
49
</TR>
 
50
</TABLE>
 
51
<!-- =========== END OF NAVBAR =========== -->
 
52
 
 
53
<HR>
 
54
<!-- ======== START OF CLASS DATA ======== -->
 
55
<H2>
 
56
<FONT SIZE="-1">
 
57
org.apache.struts.actions</FONT>
 
58
<BR>
 
59
Class  RemoveForwardAction</H2>
 
60
<PRE>
 
61
java.lang.Object
 
62
  |
 
63
  +--<A HREF="../../../../org/apache/struts/action/Action.html">org.apache.struts.action.Action</A>
 
64
        |
 
65
        +--<B>org.apache.struts.actions.RemoveForwardAction</B>
 
66
</PRE>
 
67
<HR>
 
68
<DL>
 
69
<DT>public class <B>RemoveForwardAction</B><DT>extends <A HREF="../../../../org/apache/struts/action/Action.html">Action</A></DL>
 
70
 
 
71
<P>
 
72
<p>A standard <strong>Action</strong> that calls the
 
73
 <code>removeForward()</code> method of our controller servlet to remove an
 
74
 action forward definition dynamically.  The definition to be removed is
 
75
 specified by the <code>name</code> requestparameter.</p>
 
76
<P>
 
77
<DL>
 
78
<DT><B>Version: </B><DD>$Revision: 1.1 $ $Date: 2001/09/17 20:05:42 $</DD>
 
79
<DT><B>Author: </B><DD>Craig R. McClanahan</DD>
 
80
</DL>
 
81
<HR>
 
82
 
 
83
<P>
 
84
<!-- ======== INNER CLASS SUMMARY ======== -->
 
85
 
 
86
 
 
87
<!-- =========== FIELD SUMMARY =========== -->
 
88
 
 
89
<A NAME="fields_inherited_from_class_org.apache.struts.action.Action"><!-- --></A>
 
90
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
91
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
92
<TD><B>Fields inherited from class org.apache.struts.action.<A HREF="../../../../org/apache/struts/action/Action.html">Action</A></B></TD>
 
93
</TR>
 
94
<TR BGCOLOR="white" CLASS="TableRowColor">
 
95
<TD><CODE><A HREF="../../../../org/apache/struts/action/Action.html#DATA_SOURCE_KEY">DATA_SOURCE_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#defaultLocale">defaultLocale</A>, <A HREF="../../../../org/apache/struts/action/Action.html#ERROR_KEY">ERROR_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#EXCEPTION_KEY">EXCEPTION_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#FORM_BEANS_KEY">FORM_BEANS_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#FORWARDS_KEY">FORWARDS_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#LOCALE_KEY">LOCALE_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#MAPPING_KEY">MAPPING_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#MAPPINGS_KEY">MAPPINGS_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#MESSAGES_KEY">MESSAGES_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#MULTIPART_KEY">MULTIPART_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#servlet">servlet</A>, <A HREF="../../../../org/apache/struts/action/Action.html#SERVLET_KEY">SERVLET_KEY</A>, <A HREF="../../../../org/apache/struts/action/Action.html#TRANSACTION_TOKEN_KEY">TRANSACTION_TOKEN_KEY</A></CODE></TD>
 
96
</TR>
 
97
</TABLE>
 
98
&nbsp;
 
99
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
100
 
 
101
<A NAME="constructor_summary"><!-- --></A>
 
102
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
103
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
104
<TD COLSPAN=2><FONT SIZE="+2">
 
105
<B>Constructor Summary</B></FONT></TD>
 
106
</TR>
 
107
<TR BGCOLOR="white" CLASS="TableRowColor">
 
108
<TD><CODE><B><A HREF="../../../../org/apache/struts/actions/RemoveForwardAction.html#RemoveForwardAction()">RemoveForwardAction</A></B>()</CODE>
 
109
 
 
110
<BR>
 
111
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
112
</TR>
 
113
</TABLE>
 
114
&nbsp;
 
115
<!-- ========== METHOD SUMMARY =========== -->
 
116
 
 
117
<A NAME="method_summary"><!-- --></A>
 
118
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
119
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
120
<TD COLSPAN=2><FONT SIZE="+2">
 
121
<B>Method Summary</B></FONT></TD>
 
122
</TR>
 
123
<TR BGCOLOR="white" CLASS="TableRowColor">
 
124
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
125
<CODE>&nbsp;<A HREF="../../../../org/apache/struts/action/ActionForward.html">ActionForward</A></CODE></FONT></TD>
 
126
<TD><CODE><B><A HREF="../../../../org/apache/struts/actions/RemoveForwardAction.html#perform(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">perform</A></B>(<A HREF="../../../../org/apache/struts/action/ActionMapping.html">ActionMapping</A>&nbsp;mapping,
 
127
        <A HREF="../../../../org/apache/struts/action/ActionForm.html">ActionForm</A>&nbsp;form,
 
128
        javax.servlet.http.HttpServletRequest&nbsp;request,
 
129
        javax.servlet.http.HttpServletResponse&nbsp;response)</CODE>
 
130
 
 
131
<BR>
 
132
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process the specified HTTP request, and create the corresponding HTTP
 
133
 response (or forward to another web component that will create it).</TD>
 
134
</TR>
 
135
</TABLE>
 
136
&nbsp;<A NAME="methods_inherited_from_class_org.apache.struts.action.Action"><!-- --></A>
 
137
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
138
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
139
<TD><B>Methods inherited from class org.apache.struts.action.<A HREF="../../../../org/apache/struts/action/Action.html">Action</A></B></TD>
 
140
</TR>
 
141
<TR BGCOLOR="white" CLASS="TableRowColor">
 
142
<TD><CODE><A HREF="../../../../org/apache/struts/action/Action.html#generateToken(javax.servlet.http.HttpServletRequest)">generateToken</A>, <A HREF="../../../../org/apache/struts/action/Action.html#getLocale(javax.servlet.http.HttpServletRequest)">getLocale</A>, <A HREF="../../../../org/apache/struts/action/Action.html#getResources()">getResources</A>, <A HREF="../../../../org/apache/struts/action/Action.html#getServlet()">getServlet</A>, <A HREF="../../../../org/apache/struts/action/Action.html#isCancelled(javax.servlet.http.HttpServletRequest)">isCancelled</A>, <A HREF="../../../../org/apache/struts/action/Action.html#isTokenValid(javax.servlet.http.HttpServletRequest)">isTokenValid</A>, <A HREF="../../../../org/apache/struts/action/Action.html#perform(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.ServletRequest, javax.servlet.ServletResponse)">perform</A>, <A HREF="../../../../org/apache/struts/action/Action.html#perform(org.apache.struts.action.ActionServlet, org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">perform</A>, <A HREF="../../../../org/apache/struts/action/Action.html#perform(org.apache.struts.action.ActionServlet, org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.ServletRequest, javax.servlet.ServletResponse)">perform</A>, <A HREF="../../../../org/apache/struts/action/Action.html#resetToken(javax.servlet.http.HttpServletRequest)">resetToken</A>, <A HREF="../../../../org/apache/struts/action/Action.html#saveErrors(javax.servlet.http.HttpServletRequest, org.apache.struts.action.ActionErrors)">saveErrors</A>, <A HREF="../../../../org/apache/struts/action/Action.html#saveToken(javax.servlet.http.HttpServletRequest)">saveToken</A>, <A HREF="../../../../org/apache/struts/action/Action.html#setLocale(javax.servlet.http.HttpServletRequest, java.util.Locale)">setLocale</A>, <A HREF="../../../../org/apache/struts/action/Action.html#setServlet(org.apache.struts.action.ActionServlet)">setServlet</A>, <A HREF="../../../../org/apache/struts/action/Action.html#toHex(byte[])">toHex</A></CODE></TD>
 
143
</TR>
 
144
</TABLE>
 
145
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 
146
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
147
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
148
<TD><B>Methods inherited from class java.lang.Object</B></TD>
 
149
</TR>
 
150
<TR BGCOLOR="white" CLASS="TableRowColor">
 
151
<TD><CODE><clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait</CODE></TD>
 
152
</TR>
 
153
</TABLE>
 
154
&nbsp;
 
155
<P>
 
156
 
 
157
<!-- ============ FIELD DETAIL =========== -->
 
158
 
 
159
 
 
160
<!-- ========= CONSTRUCTOR DETAIL ======== -->
 
161
 
 
162
<A NAME="constructor_detail"><!-- --></A>
 
163
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
164
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
165
<TD COLSPAN=1><FONT SIZE="+2">
 
166
<B>Constructor Detail</B></FONT></TD>
 
167
</TR>
 
168
</TABLE>
 
169
 
 
170
<A NAME="RemoveForwardAction()"><!-- --></A><H3>
 
171
RemoveForwardAction</H3>
 
172
<PRE>
 
173
public <B>RemoveForwardAction</B>()</PRE>
 
174
<DL>
 
175
</DL>
 
176
 
 
177
<!-- ============ METHOD DETAIL ========== -->
 
178
 
 
179
<A NAME="method_detail"><!-- --></A>
 
180
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
181
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
182
<TD COLSPAN=1><FONT SIZE="+2">
 
183
<B>Method Detail</B></FONT></TD>
 
184
</TR>
 
185
</TABLE>
 
186
 
 
187
<A NAME="perform(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)"><!-- --></A><H3>
 
188
perform</H3>
 
189
<PRE>
 
190
public <A HREF="../../../../org/apache/struts/action/ActionForward.html">ActionForward</A> <B>perform</B>(<A HREF="../../../../org/apache/struts/action/ActionMapping.html">ActionMapping</A>&nbsp;mapping,
 
191
                             <A HREF="../../../../org/apache/struts/action/ActionForm.html">ActionForm</A>&nbsp;form,
 
192
                             javax.servlet.http.HttpServletRequest&nbsp;request,
 
193
                             javax.servlet.http.HttpServletResponse&nbsp;response)
 
194
                      throws java.io.IOException,
 
195
                             javax.servlet.ServletException</PRE>
 
196
<DL>
 
197
<DD>Process the specified HTTP request, and create the corresponding HTTP
 
198
 response (or forward to another web component that will create it).
 
199
 Return an <code>ActionForward</code> instance describing where and how
 
200
 control should be forwarded, or <code>null</code> if the response has
 
201
 already been completed.<DD><DL>
 
202
<DT><B>Overrides:</B><DD><CODE><A HREF="../../../../org/apache/struts/action/Action.html#perform(org.apache.struts.action.ActionMapping, org.apache.struts.action.ActionForm, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)">perform</A></CODE> in class <CODE><A HREF="../../../../org/apache/struts/action/Action.html">Action</A></CODE></DL>
 
203
</DD>
 
204
<DD><DL>
 
205
<DT><B>Parameters:</B><DD><CODE>mapping</CODE> - The ActionMapping used to select this instance<DD><CODE>actionForm</CODE> - The optional ActionForm bean for this request (if any)<DD><CODE>request</CODE> - The HTTP request we are processing<DD><CODE>response</CODE> - The HTTP response we are creating<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an input/output error occurs<DD><CODE>javax.servlet.ServletException</CODE> - if a servlet exception occurs</DL>
 
206
</DD>
 
207
</DL>
 
208
<!-- ========= END OF CLASS DATA ========= -->
 
209
<HR>
 
210
 
 
211
<!-- ========== START OF NAVBAR ========== -->
 
212
<A NAME="navbar_bottom"><!-- --></A>
 
213
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
214
<TR>
 
215
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
216
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
217
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
218
  <TR ALIGN="center" VALIGN="top">
 
219
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
220
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
221
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
222
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
223
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
224
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
225
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
226
  </TR>
 
227
</TABLE>
 
228
</TD>
 
229
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
230
</EM>
 
231
</TD>
 
232
</TR>
 
233
 
 
234
<TR>
 
235
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
236
&nbsp;<A HREF="../../../../org/apache/struts/actions/RemoveFormBeanAction.html"><B>PREV CLASS</B></A>&nbsp;
 
237
&nbsp;<A HREF="../../../../org/apache/struts/actions/RemoveMappingAction.html"><B>NEXT CLASS</B></A></FONT></TD>
 
238
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
239
  <A HREF="../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
240
&nbsp;<A HREF="RemoveForwardAction.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
241
</TR>
 
242
<TR>
 
243
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
244
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#fields_inherited_from_class_org.apache.struts.action.Action">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
245
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
246
DETAIL: &nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
247
</TR>
 
248
</TABLE>
 
249
<!-- =========== END OF NAVBAR =========== -->
 
250
 
 
251
<HR>
 
252
Copyright � 2000-2001 - Apache Software Foundation
 
253
</BODY>
 
254
</HTML>