~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/taglib/template/InsertTag.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:36 PDT 2001 -->
 
6
<TITLE>
 
7
Apache Struts API Documentation: Class  InsertTag
 
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/taglib/template/GetTag.html"><B>PREV CLASS</B></A>&nbsp;
 
39
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/template/PutTag.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="InsertTag.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="#field_summary">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;<A HREF="#field_detail">FIELD</A>&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.taglib.template</FONT>
 
58
<BR>
 
59
Class  InsertTag</H2>
 
60
<PRE>
 
61
java.lang.Object
 
62
  |
 
63
  +--javax.servlet.jsp.tagext.TagSupport
 
64
        |
 
65
        +--<B>org.apache.struts.taglib.template.InsertTag</B>
 
66
</PRE>
 
67
<DL>
 
68
<DT><B>All Implemented Interfaces:</B> <DD>javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag</DD>
 
69
</DL>
 
70
<HR>
 
71
<DL>
 
72
<DT>public class <B>InsertTag</B><DT>extends javax.servlet.jsp.tagext.TagSupport</DL>
 
73
 
 
74
<P>
 
75
This is the tag handler for &lt;template:insert&gt;, which includes 
 
76
 a template. The tag's body content consists of &lt;template:put&gt;
 
77
 tags, which are accessed by &lt;template:get&gt; in the template.
 
78
<P>
 
79
<DL>
 
80
<DT><B>Version: </B><DD>$Revision: 1.1 $ $Date: 2001/09/17 20:11:40 $</DD>
 
81
<DT><B>Author: </B><DD>David Geary</DD>
 
82
<DT><B>See Also: </B><DD><A HREF="../../../../../serialized-form.html#org.apache.struts.taglib.template.InsertTag">Serialized Form</A></DL>
 
83
<HR>
 
84
 
 
85
<P>
 
86
<!-- ======== INNER CLASS SUMMARY ======== -->
 
87
 
 
88
 
 
89
<!-- =========== FIELD SUMMARY =========== -->
 
90
 
 
91
<A NAME="field_summary"><!-- --></A>
 
92
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
93
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
94
<TD COLSPAN=2><FONT SIZE="+2">
 
95
<B>Field Summary</B></FONT></TD>
 
96
</TR>
 
97
<TR BGCOLOR="white" CLASS="TableRowColor">
 
98
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
99
<CODE>private &nbsp;<A HREF="../../../../../org/apache/struts/taglib/template/util/ContentMap.html">ContentMap</A></CODE></FONT></TD>
 
100
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#map">map</A></B></CODE>
 
101
 
 
102
<BR>
 
103
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Each insert tag has a map of content.</TD>
 
104
</TR>
 
105
<TR BGCOLOR="white" CLASS="TableRowColor">
 
106
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
107
<CODE>private &nbsp;java.lang.String</CODE></FONT></TD>
 
108
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#template">template</A></B></CODE>
 
109
 
 
110
<BR>
 
111
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;The URI of the template.</TD>
 
112
</TR>
 
113
</TABLE>
 
114
&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A>
 
115
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
116
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
117
<TD><B>Fields inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD>
 
118
</TR>
 
119
<TR BGCOLOR="white" CLASS="TableRowColor">
 
120
<TD><CODE>id, pageContext, parent, values</CODE></TD>
 
121
</TR>
 
122
</TABLE>
 
123
&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.IterationTag"><!-- --></A>
 
124
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
125
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
126
<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.IterationTag</B></TD>
 
127
</TR>
 
128
<TR BGCOLOR="white" CLASS="TableRowColor">
 
129
<TD><CODE>EVAL_BODY_AGAIN</CODE></TD>
 
130
</TR>
 
131
</TABLE>
 
132
&nbsp;<A NAME="fields_inherited_from_class_javax.servlet.jsp.tagext.Tag"><!-- --></A>
 
133
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
134
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
135
<TD><B>Fields inherited from interface javax.servlet.jsp.tagext.Tag</B></TD>
 
136
</TR>
 
137
<TR BGCOLOR="white" CLASS="TableRowColor">
 
138
<TD><CODE>EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE</CODE></TD>
 
139
</TR>
 
140
</TABLE>
 
141
&nbsp;
 
142
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
 
143
 
 
144
<A NAME="constructor_summary"><!-- --></A>
 
145
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
146
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
147
<TD COLSPAN=2><FONT SIZE="+2">
 
148
<B>Constructor Summary</B></FONT></TD>
 
149
</TR>
 
150
<TR BGCOLOR="white" CLASS="TableRowColor">
 
151
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#InsertTag()">InsertTag</A></B>()</CODE>
 
152
 
 
153
<BR>
 
154
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
 
155
</TR>
 
156
</TABLE>
 
157
&nbsp;
 
158
<!-- ========== METHOD SUMMARY =========== -->
 
159
 
 
160
<A NAME="method_summary"><!-- --></A>
 
161
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
162
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
163
<TD COLSPAN=2><FONT SIZE="+2">
 
164
<B>Method Summary</B></FONT></TD>
 
165
</TR>
 
166
<TR BGCOLOR="white" CLASS="TableRowColor">
 
167
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
168
<CODE>&nbsp;int</CODE></FONT></TD>
 
169
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#doEndTag()">doEndTag</A></B>()</CODE>
 
170
 
 
171
<BR>
 
172
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process the end tag by including the template.</TD>
 
173
</TR>
 
174
<TR BGCOLOR="white" CLASS="TableRowColor">
 
175
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
176
<CODE>&nbsp;int</CODE></FONT></TD>
 
177
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#doStartTag()">doStartTag</A></B>()</CODE>
 
178
 
 
179
<BR>
 
180
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Process the start tag by pushing this tag's map onto the
 
181
 content map stack.</TD>
 
182
</TR>
 
183
<TR BGCOLOR="white" CLASS="TableRowColor">
 
184
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
185
<CODE>&nbsp;<A HREF="../../../../../org/apache/struts/taglib/template/util/ContentMap.html">ContentMap</A></CODE></FONT></TD>
 
186
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#getContentMap()">getContentMap</A></B>()</CODE>
 
187
 
 
188
<BR>
 
189
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the map attribute.</TD>
 
190
</TR>
 
191
<TR BGCOLOR="white" CLASS="TableRowColor">
 
192
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
193
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
 
194
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#getTemplate()">getTemplate</A></B>()</CODE>
 
195
 
 
196
<BR>
 
197
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the template attribute.</TD>
 
198
</TR>
 
199
<TR BGCOLOR="white" CLASS="TableRowColor">
 
200
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
201
<CODE>&nbsp;void</CODE></FONT></TD>
 
202
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#put(java.lang.String, org.apache.struts.taglib.template.util.Content)">put</A></B>(java.lang.String&nbsp;name,
 
203
    <A HREF="../../../../../org/apache/struts/taglib/template/util/Content.html">Content</A>&nbsp;content)</CODE>
 
204
 
 
205
<BR>
 
206
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This method is a convenience for &lt;template:put&gt; tags for
 
207
 putting content into the map.</TD>
 
208
</TR>
 
209
<TR BGCOLOR="white" CLASS="TableRowColor">
 
210
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
211
<CODE>&nbsp;void</CODE></FONT></TD>
 
212
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#release()">release</A></B>()</CODE>
 
213
 
 
214
<BR>
 
215
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reset member values for reuse.</TD>
 
216
</TR>
 
217
<TR BGCOLOR="white" CLASS="TableRowColor">
 
218
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
219
<CODE>private &nbsp;void</CODE></FONT></TD>
 
220
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#saveException(java.lang.Throwable)">saveException</A></B>(java.lang.Throwable&nbsp;exception)</CODE>
 
221
 
 
222
<BR>
 
223
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Save the specified exception in request scope if there is not already
 
224
 one present.</TD>
 
225
</TR>
 
226
<TR BGCOLOR="white" CLASS="TableRowColor">
 
227
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
 
228
<CODE>&nbsp;void</CODE></FONT></TD>
 
229
<TD><CODE><B><A HREF="../../../../../org/apache/struts/taglib/template/InsertTag.html#setTemplate(java.lang.String)">setTemplate</A></B>(java.lang.String&nbsp;template)</CODE>
 
230
 
 
231
<BR>
 
232
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the template attribute.</TD>
 
233
</TR>
 
234
</TABLE>
 
235
&nbsp;<A NAME="methods_inherited_from_class_javax.servlet.jsp.tagext.TagSupport"><!-- --></A>
 
236
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
237
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
238
<TD><B>Methods inherited from class javax.servlet.jsp.tagext.TagSupport</B></TD>
 
239
</TR>
 
240
<TR BGCOLOR="white" CLASS="TableRowColor">
 
241
<TD><CODE>doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue</CODE></TD>
 
242
</TR>
 
243
</TABLE>
 
244
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
 
245
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
246
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
 
247
<TD><B>Methods inherited from class java.lang.Object</B></TD>
 
248
</TR>
 
249
<TR BGCOLOR="white" CLASS="TableRowColor">
 
250
<TD><CODE><clinit>, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait</CODE></TD>
 
251
</TR>
 
252
</TABLE>
 
253
&nbsp;
 
254
<P>
 
255
 
 
256
<!-- ============ FIELD DETAIL =========== -->
 
257
 
 
258
<A NAME="field_detail"><!-- --></A>
 
259
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
260
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
261
<TD COLSPAN=1><FONT SIZE="+2">
 
262
<B>Field Detail</B></FONT></TD>
 
263
</TR>
 
264
</TABLE>
 
265
 
 
266
<A NAME="map"><!-- --></A><H3>
 
267
map</H3>
 
268
<PRE>
 
269
private <A HREF="../../../../../org/apache/struts/taglib/template/util/ContentMap.html">ContentMap</A> <B>map</B></PRE>
 
270
<DL>
 
271
<DD>Each insert tag has a map of content.</DL>
 
272
<HR>
 
273
 
 
274
<A NAME="template"><!-- --></A><H3>
 
275
template</H3>
 
276
<PRE>
 
277
private java.lang.String <B>template</B></PRE>
 
278
<DL>
 
279
<DD>The URI of the template.</DL>
 
280
 
 
281
<!-- ========= CONSTRUCTOR DETAIL ======== -->
 
282
 
 
283
<A NAME="constructor_detail"><!-- --></A>
 
284
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
285
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
286
<TD COLSPAN=1><FONT SIZE="+2">
 
287
<B>Constructor Detail</B></FONT></TD>
 
288
</TR>
 
289
</TABLE>
 
290
 
 
291
<A NAME="InsertTag()"><!-- --></A><H3>
 
292
InsertTag</H3>
 
293
<PRE>
 
294
public <B>InsertTag</B>()</PRE>
 
295
<DL>
 
296
</DL>
 
297
 
 
298
<!-- ============ METHOD DETAIL ========== -->
 
299
 
 
300
<A NAME="method_detail"><!-- --></A>
 
301
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
302
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
303
<TD COLSPAN=1><FONT SIZE="+2">
 
304
<B>Method Detail</B></FONT></TD>
 
305
</TR>
 
306
</TABLE>
 
307
 
 
308
<A NAME="setTemplate(java.lang.String)"><!-- --></A><H3>
 
309
setTemplate</H3>
 
310
<PRE>
 
311
public void <B>setTemplate</B>(java.lang.String&nbsp;template)</PRE>
 
312
<DL>
 
313
<DD>Set the template attribute.</DL>
 
314
<HR>
 
315
 
 
316
<A NAME="getTemplate()"><!-- --></A><H3>
 
317
getTemplate</H3>
 
318
<PRE>
 
319
public java.lang.String <B>getTemplate</B>()</PRE>
 
320
<DL>
 
321
<DD>Get the template attribute.</DL>
 
322
<HR>
 
323
 
 
324
<A NAME="getContentMap()"><!-- --></A><H3>
 
325
getContentMap</H3>
 
326
<PRE>
 
327
public <A HREF="../../../../../org/apache/struts/taglib/template/util/ContentMap.html">ContentMap</A> <B>getContentMap</B>()</PRE>
 
328
<DL>
 
329
<DD>Get the map attribute.</DL>
 
330
<HR>
 
331
 
 
332
<A NAME="doStartTag()"><!-- --></A><H3>
 
333
doStartTag</H3>
 
334
<PRE>
 
335
public int <B>doStartTag</B>()
 
336
               throws javax.servlet.jsp.JspException</PRE>
 
337
<DL>
 
338
<DD>Process the start tag by pushing this tag's map onto the
 
339
 content map stack. 
 
340
 See org.apache.struts.taglib.template.util.ContentMapStack.<DD><DL>
 
341
<DT><B>Overrides:</B><DD><CODE>doStartTag</CODE> in class <CODE>javax.servlet.jsp.tagext.TagSupport</CODE></DL>
 
342
</DD>
 
343
</DL>
 
344
<HR>
 
345
 
 
346
<A NAME="doEndTag()"><!-- --></A><H3>
 
347
doEndTag</H3>
 
348
<PRE>
 
349
public int <B>doEndTag</B>()
 
350
             throws javax.servlet.jsp.JspException</PRE>
 
351
<DL>
 
352
<DD>Process the end tag by including the template.<DD><DL>
 
353
<DT><B>Overrides:</B><DD><CODE>doEndTag</CODE> in class <CODE>javax.servlet.jsp.tagext.TagSupport</CODE></DL>
 
354
</DD>
 
355
</DL>
 
356
<HR>
 
357
 
 
358
<A NAME="put(java.lang.String, org.apache.struts.taglib.template.util.Content)"><!-- --></A><H3>
 
359
put</H3>
 
360
<PRE>
 
361
public void <B>put</B>(java.lang.String&nbsp;name,
 
362
                <A HREF="../../../../../org/apache/struts/taglib/template/util/Content.html">Content</A>&nbsp;content)</PRE>
 
363
<DL>
 
364
<DD>This method is a convenience for &lt;template:put&gt; tags for
 
365
 putting content into the map.</DL>
 
366
<HR>
 
367
 
 
368
<A NAME="release()"><!-- --></A><H3>
 
369
release</H3>
 
370
<PRE>
 
371
public void <B>release</B>()</PRE>
 
372
<DL>
 
373
<DD>Reset member values for reuse. This method calls super.release(),
 
374
 which invokes TagSupport.release(), which typically does nothing.<DD><DL>
 
375
<DT><B>Overrides:</B><DD><CODE>release</CODE> in class <CODE>javax.servlet.jsp.tagext.TagSupport</CODE></DL>
 
376
</DD>
 
377
</DL>
 
378
<HR>
 
379
 
 
380
<A NAME="saveException(java.lang.Throwable)"><!-- --></A><H3>
 
381
saveException</H3>
 
382
<PRE>
 
383
private void <B>saveException</B>(java.lang.Throwable&nbsp;exception)</PRE>
 
384
<DL>
 
385
<DD>Save the specified exception in request scope if there is not already
 
386
 one present.<DD><DL>
 
387
<DT><B>Parameters:</B><DD><CODE>exception</CODE> - Exception to be conditionally saved</DL>
 
388
</DD>
 
389
</DL>
 
390
<!-- ========= END OF CLASS DATA ========= -->
 
391
<HR>
 
392
 
 
393
<!-- ========== START OF NAVBAR ========== -->
 
394
<A NAME="navbar_bottom"><!-- --></A>
 
395
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
396
<TR>
 
397
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
398
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
399
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
400
  <TR ALIGN="center" VALIGN="top">
 
401
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
402
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
 
403
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
 
404
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
405
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
 
406
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
407
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
408
  </TR>
 
409
</TABLE>
 
410
</TD>
 
411
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
412
</EM>
 
413
</TD>
 
414
</TR>
 
415
 
 
416
<TR>
 
417
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
418
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/template/GetTag.html"><B>PREV CLASS</B></A>&nbsp;
 
419
&nbsp;<A HREF="../../../../../org/apache/struts/taglib/template/PutTag.html"><B>NEXT CLASS</B></A></FONT></TD>
 
420
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
421
  <A HREF="../../../../../index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
422
&nbsp;<A HREF="InsertTag.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
423
</TR>
 
424
<TR>
 
425
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
426
  SUMMARY: &nbsp;INNER&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
 
427
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
 
428
DETAIL: &nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
 
429
</TR>
 
430
</TABLE>
 
431
<!-- =========== END OF NAVBAR =========== -->
 
432
 
 
433
<HR>
 
434
Copyright � 2000-2001 - Apache Software Foundation
 
435
</BODY>
 
436
</HTML>