source: Dev/branches/play-2.0.1/documentation/api/java/play/GlobalSettings.html @ 322

Last change on this file since 322 was 322, checked in by hendrikvanantwerpen, 13 years ago

Added Play! framework and application with Jena dependency. Working on
the basic things now (login/register), after that start implementing
our data model.

File size: 17.1 KB
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2<!--NewPage-->
3<HTML>
4<HEAD>
5<!-- Generated by javadoc (build 1.6.0_29) on Wed May 02 16:04:58 CEST 2012 -->
6<TITLE>
7GlobalSettings (playframework)
8</TITLE>
9
10<META NAME="date" CONTENT="2012-05-02">
11
12<LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style">
13
14<SCRIPT type="text/javascript">
15function windowTitle()
16{
17    if (location.href.indexOf('is-external=true') == -1) {
18        parent.document.title="GlobalSettings (playframework)";
19    }
20}
21</SCRIPT>
22<NOSCRIPT>
23</NOSCRIPT>
24
25</HEAD>
26
27<BODY BGCOLOR="white" onload="windowTitle();">
28<HR>
29
30
31<!-- ========= START OF TOP NAVBAR ======= -->
32<A NAME="navbar_top"><!-- --></A>
33<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35<TR>
36<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37<A NAME="navbar_top_firstrow"><!-- --></A>
38<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39  <TR ALIGN="center" VALIGN="top">
40  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
44  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
45  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
46  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
47  </TR>
48</TABLE>
49</TD>
50<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
51</EM>
52</TD>
53</TR>
54
55<TR>
56<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57&nbsp;<A HREF="../play/Configuration.html" title="class in play"><B>PREV CLASS</B></A>&nbsp;
58&nbsp;<A HREF="../play/Logger.html" title="class in play"><B>NEXT CLASS</B></A></FONT></TD>
59<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
60  <A HREF="../index.html?play/GlobalSettings.html" target="_top"><B>FRAMES</B></A>  &nbsp;
61&nbsp;<A HREF="GlobalSettings.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
62&nbsp;<SCRIPT type="text/javascript">
63  <!--
64  if(window==top) {
65    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
66  }
67  //-->
68</SCRIPT>
69<NOSCRIPT>
70  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
71</NOSCRIPT>
72
73
74</FONT></TD>
75</TR>
76<TR>
77<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
78  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
79<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
81</TR>
82</TABLE>
83<A NAME="skip-navbar_top"></A>
84<!-- ========= END OF TOP NAVBAR ========= -->
85
86<HR>
87<!-- ======== START OF CLASS DATA ======== -->
88<H2>
89<FONT SIZE="-1">
90play</FONT>
91<BR>
92Class GlobalSettings</H2>
93<PRE>
94java.lang.Object
95  <IMG SRC="../resources/inherit.gif" ALT="extended by "><B>play.GlobalSettings</B>
96</PRE>
97<HR>
98<DL>
99<DT><PRE>public class <B>GlobalSettings</B><DT>extends java.lang.Object</DL>
100</PRE>
101
102<P>
103GlobalSettings is instantiated by the framework when an application starts, to let you perform specific tasks
104 at start-up or shut-down.
105 <p>
106 How to use it: create a <code>Global.java</code> class in your Java application and override the methods you want.
107<P>
108
109<P>
110<HR>
111
112<P>
113
114<!-- ======== CONSTRUCTOR SUMMARY ======== -->
115
116<A NAME="constructor_summary"><!-- --></A>
117<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
118<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
119<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
120<B>Constructor Summary</B></FONT></TH>
121</TR>
122<TR BGCOLOR="white" CLASS="TableRowColor">
123<TD><CODE><B><A HREF="../play/GlobalSettings.html#GlobalSettings()">GlobalSettings</A></B>()</CODE>
124
125<BR>
126&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
127</TR>
128</TABLE>
129&nbsp;
130<!-- ========== METHOD SUMMARY =========== -->
131
132<A NAME="method_summary"><!-- --></A>
133<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
134<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
135<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
136<B>Method Summary</B></FONT></TH>
137</TR>
138<TR BGCOLOR="white" CLASS="TableRowColor">
139<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
140<CODE>&nbsp;void</CODE></FONT></TD>
141<TD><CODE><B><A HREF="../play/GlobalSettings.html#beforeStart(play.Application)">beforeStart</A></B>(<A HREF="../play/Application.html" title="class in play">Application</A>&nbsp;app)</CODE>
142
143<BR>
144&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Executed before any plugin - you can set-up your database schema here, for instance.</TD>
145</TR>
146<TR BGCOLOR="white" CLASS="TableRowColor">
147<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
148<CODE>&nbsp;<A HREF="../play/mvc/Result.html" title="interface in play.mvc">Result</A></CODE></FONT></TD>
149<TD><CODE><B><A HREF="../play/GlobalSettings.html#onBadRequest(java.lang.String, java.lang.String)">onBadRequest</A></B>(java.lang.String&nbsp;uri,
150             java.lang.String&nbsp;error)</CODE>
151
152<BR>
153&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Triggered when a resource was requested but not found, the default implementation returns <code>null</code>, so that
154 the Scala engine handles the <code>onBadRequest</code>.</TD>
155</TR>
156<TR BGCOLOR="white" CLASS="TableRowColor">
157<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158<CODE>&nbsp;<A HREF="../play/mvc/Result.html" title="interface in play.mvc">Result</A></CODE></FONT></TD>
159<TD><CODE><B><A HREF="../play/GlobalSettings.html#onError(java.lang.Throwable)">onError</A></B>(java.lang.Throwable&nbsp;t)</CODE>
160
161<BR>
162&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a Result that could be a custom error page.</TD>
163</TR>
164<TR BGCOLOR="white" CLASS="TableRowColor">
165<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
166<CODE>&nbsp;<A HREF="../play/mvc/Result.html" title="interface in play.mvc">Result</A></CODE></FONT></TD>
167<TD><CODE><B><A HREF="../play/GlobalSettings.html#onHandlerNotFound(java.lang.String)">onHandlerNotFound</A></B>(java.lang.String&nbsp;uri)</CODE>
168
169<BR>
170&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Triggered when a resource was requested but not found.</TD>
171</TR>
172<TR BGCOLOR="white" CLASS="TableRowColor">
173<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
174<CODE>&nbsp;<A HREF="../play/mvc/Action.html" title="class in play.mvc">Action</A></CODE></FONT></TD>
175<TD><CODE><B><A HREF="../play/GlobalSettings.html#onRequest(play.mvc.Http.Request, java.lang.reflect.Method)">onRequest</A></B>(<A HREF="../play/mvc/Http.Request.html" title="class in play.mvc">Http.Request</A>&nbsp;request,
176          java.lang.reflect.Method&nbsp;actionMethod)</CODE>
177
178<BR>
179&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Call to create the root Action of a request for a Java application.</TD>
180</TR>
181<TR BGCOLOR="white" CLASS="TableRowColor">
182<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
183<CODE>&nbsp;play.api.mvc.Handler</CODE></FONT></TD>
184<TD><CODE><B><A HREF="../play/GlobalSettings.html#onRouteRequest(play.api.mvc.RequestHeader)">onRouteRequest</A></B>(play.api.mvc.RequestHeader&nbsp;request)</CODE>
185
186<BR>
187&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Called when an HTTP request has been received.</TD>
188</TR>
189<TR BGCOLOR="white" CLASS="TableRowColor">
190<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
191<CODE>&nbsp;void</CODE></FONT></TD>
192<TD><CODE><B><A HREF="../play/GlobalSettings.html#onStart(play.Application)">onStart</A></B>(<A HREF="../play/Application.html" title="class in play">Application</A>&nbsp;app)</CODE>
193
194<BR>
195&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Executed after all plugins, including the database set-up with Evolutions and the EBean wrapper.</TD>
196</TR>
197<TR BGCOLOR="white" CLASS="TableRowColor">
198<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
199<CODE>&nbsp;void</CODE></FONT></TD>
200<TD><CODE><B><A HREF="../play/GlobalSettings.html#onStop(play.Application)">onStop</A></B>(<A HREF="../play/Application.html" title="class in play">Application</A>&nbsp;app)</CODE>
201
202<BR>
203&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Executed when the application stops.</TD>
204</TR>
205</TABLE>
206&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
207<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
208<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
209<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
210</TR>
211<TR BGCOLOR="white" CLASS="TableRowColor">
212<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
213</TR>
214</TABLE>
215&nbsp;
216<P>
217
218<!-- ========= CONSTRUCTOR DETAIL ======== -->
219
220<A NAME="constructor_detail"><!-- --></A>
221<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
222<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
223<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
224<B>Constructor Detail</B></FONT></TH>
225</TR>
226</TABLE>
227
228<A NAME="GlobalSettings()"><!-- --></A><H3>
229GlobalSettings</H3>
230<PRE>
231public <B>GlobalSettings</B>()</PRE>
232<DL>
233</DL>
234
235<!-- ============ METHOD DETAIL ========== -->
236
237<A NAME="method_detail"><!-- --></A>
238<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
239<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
240<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
241<B>Method Detail</B></FONT></TH>
242</TR>
243</TABLE>
244
245<A NAME="beforeStart(play.Application)"><!-- --></A><H3>
246beforeStart</H3>
247<PRE>
248public void <B>beforeStart</B>(<A HREF="../play/Application.html" title="class in play">Application</A>&nbsp;app)</PRE>
249<DL>
250<DD>Executed before any plugin - you can set-up your database schema here, for instance.
251<P>
252<DD><DL>
253</DL>
254</DD>
255</DL>
256<HR>
257
258<A NAME="onStart(play.Application)"><!-- --></A><H3>
259onStart</H3>
260<PRE>
261public void <B>onStart</B>(<A HREF="../play/Application.html" title="class in play">Application</A>&nbsp;app)</PRE>
262<DL>
263<DD>Executed after all plugins, including the database set-up with Evolutions and the EBean wrapper.
264 This is a good place to execute some of your application code to create entries, for instance.
265<P>
266<DD><DL>
267</DL>
268</DD>
269</DL>
270<HR>
271
272<A NAME="onStop(play.Application)"><!-- --></A><H3>
273onStop</H3>
274<PRE>
275public void <B>onStop</B>(<A HREF="../play/Application.html" title="class in play">Application</A>&nbsp;app)</PRE>
276<DL>
277<DD>Executed when the application stops.
278<P>
279<DD><DL>
280</DL>
281</DD>
282</DL>
283<HR>
284
285<A NAME="onError(java.lang.Throwable)"><!-- --></A><H3>
286onError</H3>
287<PRE>
288public <A HREF="../play/mvc/Result.html" title="interface in play.mvc">Result</A> <B>onError</B>(java.lang.Throwable&nbsp;t)</PRE>
289<DL>
290<DD>Returns a Result that could be a custom error page.
291 The default implementation returns <code>null</code>, so that the Scala engine handles the excepetion and show an error page.
292<P>
293<DD><DL>
294<DT><B>Parameters:</B><DD><CODE>t</CODE> - is any throwable
295<DT><B>Returns:</B><DD>null as the default implementation</DL>
296</DD>
297</DL>
298<HR>
299
300<A NAME="onRequest(play.mvc.Http.Request, java.lang.reflect.Method)"><!-- --></A><H3>
301onRequest</H3>
302<PRE>
303public <A HREF="../play/mvc/Action.html" title="class in play.mvc">Action</A> <B>onRequest</B>(<A HREF="../play/mvc/Http.Request.html" title="class in play.mvc">Http.Request</A>&nbsp;request,
304                        java.lang.reflect.Method&nbsp;actionMethod)</PRE>
305<DL>
306<DD>Call to create the root Action of a request for a Java application.
307 The request and actionMethod values are passed for information.
308<P>
309<DD><DL>
310<DT><B>Parameters:</B><DD><CODE>request</CODE> - The HTTP Request<DD><CODE>actionMethod</CODE> - The action method containing the user code for this Action.
311<DT><B>Returns:</B><DD>The default implementation returns a raw Action calling the method.</DL>
312</DD>
313</DL>
314<HR>
315
316<A NAME="onRouteRequest(play.api.mvc.RequestHeader)"><!-- --></A><H3>
317onRouteRequest</H3>
318<PRE>
319public play.api.mvc.Handler <B>onRouteRequest</B>(play.api.mvc.RequestHeader&nbsp;request)</PRE>
320<DL>
321<DD>Called when an HTTP request has been received.
322 The default implementation (return null) means to use the application router to find the appropriate action
323 
324 By overriding this method one can provide an alternative routing mechanism.
325 Please note, though, this API is very low level, useful for plugin/module authors only.
326<P>
327<DD><DL>
328<DT><B>Parameters:</B><DD><CODE>request</CODE> - the HTTP request header as seen by the core framework (the body has not been parsed yet)
329<DT><B>Returns:</B><DD>an action to handle this request - if no action is returned, a 404 not found result will be sent to client</DL>
330</DD>
331</DL>
332<HR>
333
334<A NAME="onHandlerNotFound(java.lang.String)"><!-- --></A><H3>
335onHandlerNotFound</H3>
336<PRE>
337public <A HREF="../play/mvc/Result.html" title="interface in play.mvc">Result</A> <B>onHandlerNotFound</B>(java.lang.String&nbsp;uri)</PRE>
338<DL>
339<DD>Triggered when a resource was requested but not found. The default implementation returns <code>null</code>, so that
340 the Scala engine handles the <code>onActionNotFound</code>.
341<P>
342<DD><DL>
343<DT><B>Parameters:</B><DD><CODE>uri</CODE> - the request URI
344<DT><B>Returns:</B><DD>null in the default implementation, you can return your own custom Result in your Global class.</DL>
345</DD>
346</DL>
347<HR>
348
349<A NAME="onBadRequest(java.lang.String, java.lang.String)"><!-- --></A><H3>
350onBadRequest</H3>
351<PRE>
352public <A HREF="../play/mvc/Result.html" title="interface in play.mvc">Result</A> <B>onBadRequest</B>(java.lang.String&nbsp;uri,
353                           java.lang.String&nbsp;error)</PRE>
354<DL>
355<DD>Triggered when a resource was requested but not found, the default implementation returns <code>null</code>, so that
356 the Scala engine handles the <code>onBadRequest</code>.
357<P>
358<DD><DL>
359<DT><B>Parameters:</B><DD><CODE>uri</CODE> - the request URI
360<DT><B>Returns:</B><DD>null in the default implementation, you can return your own custom Result in your Global class.</DL>
361</DD>
362</DL>
363<!-- ========= END OF CLASS DATA ========= -->
364<HR>
365
366
367<!-- ======= START OF BOTTOM NAVBAR ====== -->
368<A NAME="navbar_bottom"><!-- --></A>
369<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
370<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
371<TR>
372<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
373<A NAME="navbar_bottom_firstrow"><!-- --></A>
374<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
375  <TR ALIGN="center" VALIGN="top">
376  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
377  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
378  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
379  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
380  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
381  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
382  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
383  </TR>
384</TABLE>
385</TD>
386<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
387</EM>
388</TD>
389</TR>
390
391<TR>
392<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
393&nbsp;<A HREF="../play/Configuration.html" title="class in play"><B>PREV CLASS</B></A>&nbsp;
394&nbsp;<A HREF="../play/Logger.html" title="class in play"><B>NEXT CLASS</B></A></FONT></TD>
395<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
396  <A HREF="../index.html?play/GlobalSettings.html" target="_top"><B>FRAMES</B></A>  &nbsp;
397&nbsp;<A HREF="GlobalSettings.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
398&nbsp;<SCRIPT type="text/javascript">
399  <!--
400  if(window==top) {
401    document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
402  }
403  //-->
404</SCRIPT>
405<NOSCRIPT>
406  <A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
407</NOSCRIPT>
408
409
410</FONT></TD>
411</TR>
412<TR>
413<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
414  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
415<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
416DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
417</TR>
418</TABLE>
419<A NAME="skip-navbar_bottom"></A>
420<!-- ======== END OF BOTTOM NAVBAR ======= -->
421
422<HR>
423
424</BODY>
425</HTML>
Note: See TracBrowser for help on using the repository browser.