Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\lib\int\HTTPClient\doc\api\HTTPClient\Log.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Mon May 07 18:52:25 PDT 2001 --> <TITLE> HTTPClient API: Class Log </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../HTTPClient/HttpURLConnection.html"><B>PREV CLASS</B></A> <A HREF="../HTTPClient/NVPair.html"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="Log.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> HTTPClient</FONT> <BR> Class Log</H2> <PRE> <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html">java.lang.Object</A> | +--<B>HTTPClient.Log</B> </PRE> <HR> <DL> <DT>public class <B>Log</B><DT>extends <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html">Object</A></DL> <P> This is a simple logger for the HTTPClient. It defines a number of "facilities", each representing one or more logically connected classes. Logging can be enabled or disabled on a per facility basis. Furthermore, the logging output can be redirected to any desired place, such as a file or a buffer; by default all logging goes to <var>System.err</var>. <P>All log entries are preceded by the name of the currently executing thread, enclosed in {}'s, and the current time in hours, minutes, seconds, and milliseconds, enclosed in []'s. Example: <tt>{Thread-5} [20:14:03.244] Conn: Sending Request</tt> <P>When the class is loaded, two java system properties are read: <var>HTTPClient.log.file</var> and <var>HTTPClient.log.mask</var>. The first one, if set, causes all logging to be redirected to the file with the given name. The second one, if set, is used for setting which facilities are enabled; the value must be the bitwise OR ('|') of the values of the desired enabled facilities. E.g. a value of 3 would enable logging for the HTTPConnection and HTTPResponse, a value of 16 would enable cookie related logging, and a value of 8 would enable authorization related logging; a value of -1 would enable logging for all facilities. By default logging is disabled. <P> <DL> <DT><B>Since: </B><DD>V0.3-3</DD> <DT><B>Version: </B><DD>0.3-3 06/05/2001</DD> <DT><B>Author: </B><DD>Ronald Tschal?</DD> </DL> <HR> <P> <!-- ======== INNER CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Field Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#ALL">ALL</A></B></CODE> <BR> All the facilities - for use in <code>setLogging</code> (-1)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#AUTH">AUTH</A></B></CODE> <BR> The Authorization facility (8)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#CONN">CONN</A></B></CODE> <BR> The HTTPConnection facility (1)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#COOKI">COOKI</A></B></CODE> <BR> The Cookies facility (16)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#DEMUX">DEMUX</A></B></CODE> <BR> The StreamDemultiplexor facility (4)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#MODS">MODS</A></B></CODE> <BR> The Modules facility (32)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#RESP">RESP</A></B></CODE> <BR> The HTTPResponse facility (2)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#SOCKS">SOCKS</A></B></CODE> <BR> The Socks facility (64)</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static int</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#URLC">URLC</A></B></CODE> <BR> The ULRConnection facility (128)</TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#isEnabled(int)">isEnabled</A></B>(int facility)</CODE> <BR> Check whether logging for the given facility is enabled or not.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#setLogging(int, boolean)">setLogging</A></B>(int facilities, boolean enable)</CODE> <BR> Enable or disable logging for the given facilities.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#setLogWriter(java.io.Writer, boolean)">setLogWriter</A></B>(<A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/Writer.html">Writer</A> log, boolean closeWhenDone)</CODE> <BR> Set the writer to which to log.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#write(int, java.lang.String)">write</A></B>(int facility, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/String.html">String</A> msg)</CODE> <BR> Write the given message to the current log if logging for the given facility is enabled.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#write(int, java.lang.String, java.io.ByteArrayOutputStream)">write</A></B>(int facility, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/String.html">String</A> prefix, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> buf)</CODE> <BR> Write the contents of the given buffer to the current log if logging for the given facility is enabled.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/Log.html#write(int, java.lang.String, java.lang.Throwable)">write</A></B>(int facility, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/String.html">String</A> prefix, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Throwable.html">Throwable</A> t)</CODE> <BR> Write the stack trace of the given exception to the current log if logging for the given facility is enabled.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html">Object</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Field Detail</B></FONT></TD> </TR> </TABLE> <A NAME="CONN"><!-- --></A><H3> CONN</H3> <PRE> public static final int <B>CONN</B></PRE> <DL> <DD>The HTTPConnection facility (1)</DL> <HR> <A NAME="RESP"><!-- --></A><H3> RESP</H3> <PRE> public static final int <B>RESP</B></PRE> <DL> <DD>The HTTPResponse facility (2)</DL> <HR> <A NAME="DEMUX"><!-- --></A><H3> DEMUX</H3> <PRE> public static final int <B>DEMUX</B></PRE> <DL> <DD>The StreamDemultiplexor facility (4)</DL> <HR> <A NAME="AUTH"><!-- --></A><H3> AUTH</H3> <PRE> public static final int <B>AUTH</B></PRE> <DL> <DD>The Authorization facility (8)</DL> <HR> <A NAME="COOKI"><!-- --></A><H3> COOKI</H3> <PRE> public static final int <B>COOKI</B></PRE> <DL> <DD>The Cookies facility (16)</DL> <HR> <A NAME="MODS"><!-- --></A><H3> MODS</H3> <PRE> public static final int <B>MODS</B></PRE> <DL> <DD>The Modules facility (32)</DL> <HR> <A NAME="SOCKS"><!-- --></A><H3> SOCKS</H3> <PRE> public static final int <B>SOCKS</B></PRE> <DL> <DD>The Socks facility (64)</DL> <HR> <A NAME="URLC"><!-- --></A><H3> URLC</H3> <PRE> public static final int <B>URLC</B></PRE> <DL> <DD>The ULRConnection facility (128)</DL> <HR> <A NAME="ALL"><!-- --></A><H3> ALL</H3> <PRE> public static final int <B>ALL</B></PRE> <DL> <DD>All the facilities - for use in <code>setLogging</code> (-1)</DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="write(int, java.lang.String)"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(int facility, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/String.html">String</A> msg)</PRE> <DL> <DD>Write the given message to the current log if logging for the given facility is enabled.<DD><DL> <DT><B>Parameters:</B><DD><CODE>facility</CODE> - the facility which is logging the message<DD><CODE>msg</CODE> - the message to log</DL> </DD> </DL> <HR> <A NAME="write(int, java.lang.String, java.lang.Throwable)"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(int facility, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/String.html">String</A> prefix, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Throwable.html">Throwable</A> t)</PRE> <DL> <DD>Write the stack trace of the given exception to the current log if logging for the given facility is enabled.<DD><DL> <DT><B>Parameters:</B><DD><CODE>facility</CODE> - the facility which is logging the message<DD><CODE>prefix</CODE> - the string with which to prefix the stack trace; may be null<DD><CODE>t</CODE> - the exception to log</DL> </DD> </DL> <HR> <A NAME="write(int, java.lang.String, java.io.ByteArrayOutputStream)"><!-- --></A><H3> write</H3> <PRE> public static void <B>write</B>(int facility, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/String.html">String</A> prefix, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/ByteArrayOutputStream.html">ByteArrayOutputStream</A> buf)</PRE> <DL> <DD>Write the contents of the given buffer to the current log if logging for the given facility is enabled.<DD><DL> <DT><B>Parameters:</B><DD><CODE>facility</CODE> - the facility which is logging the message<DD><CODE>prefix</CODE> - the string with which to prefix the buffer contents; may be null<DD><CODE>buf</CODE> - the buffer to dump</DL> </DD> </DL> <HR> <A NAME="isEnabled(int)"><!-- --></A><H3> isEnabled</H3> <PRE> public static boolean <B>isEnabled</B>(int facility)</PRE> <DL> <DD>Check whether logging for the given facility is enabled or not.<DD><DL> <DT><B>Parameters:</B><DD><CODE>facility</CODE> - the facility to check<DT><B>Returns:</B><DD>true if logging for the given facility is enable; false otherwise</DL> </DD> </DL> <HR> <A NAME="setLogging(int, boolean)"><!-- --></A><H3> setLogging</H3> <PRE> public static void <B>setLogging</B>(int facilities, boolean enable)</PRE> <DL> <DD>Enable or disable logging for the given facilities.<DD><DL> <DT><B>Parameters:</B><DD><CODE>facilities</CODE> - the facilities for which to enable or disable logging. This is bitwise OR ('|') of all the desired facilities; use <A HREF="../HTTPClient/Log.html#ALL"><CODE>ALL</CODE></A> to affect all facilities<DD><CODE>enable</CODE> - if true, enable logging for the chosen facilities; if false, disable logging for them.</DL> </DD> </DL> <HR> <A NAME="setLogWriter(java.io.Writer, boolean)"><!-- --></A><H3> setLogWriter</H3> <PRE> public static void <B>setLogWriter</B>(<A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/Writer.html">Writer</A> log, boolean closeWhenDone)</PRE> <DL> <DD>Set the writer to which to log. By default, things are logged to <var>System.err</var>.<DD><DL> <DT><B>Parameters:</B><DD><CODE>log</CODE> - the writer to log to; if null, nothing is changed<DD><CODE>closeWhenDone</CODE> - if true, close this stream when a new stream is set again</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../HTTPClient/HttpURLConnection.html"><B>PREV CLASS</B></A> <A HREF="../HTTPClient/NVPair.html"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="Log.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de