org.blue.cgi
Class showlog

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.blue.cgi.blue_servlet
              extended by org.blue.cgi.showlog
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class showlog
extends blue_servlet

See Also:
Serialized Form

Field Summary
static cgiauth_h.authdata current_authdata
           
static int display_frills
           
static int display_header
           
static int display_timebreaks
           
static int embedded
           
static int log_archive
           
static java.lang.String log_file_to_use
           
static int use_lifo
           
 
Fields inherited from class org.blue.cgi.blue_servlet
request_string
 
Constructor Summary
showlog()
           
 
Method Summary
 void call_main()
           
static int display_log()
           
static void document_footer()
           
static void document_header(int use_stylesheet)
           
static void main(java.lang.String[] args)
           
static int process_cgivars()
           
 
Methods inherited from class org.blue.cgi.blue_servlet
doGet, doPost, init
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current_authdata

public static cgiauth_h.authdata current_authdata

log_file_to_use

public static java.lang.String log_file_to_use

log_archive

public static int log_archive

use_lifo

public static int use_lifo

embedded

public static int embedded

display_header

public static int display_header

display_frills

public static int display_frills

display_timebreaks

public static int display_timebreaks
Constructor Detail

showlog

public showlog()
Method Detail

call_main

public void call_main()
Specified by:
call_main in class blue_servlet

main

public static void main(java.lang.String[] args)

document_header

public static void document_header(int use_stylesheet)

document_footer

public static void document_footer()

process_cgivars

public static int process_cgivars()

display_log

public static int display_log()