JSPservletPkg
Class ServletStat

JSPservletPkg.ServletStat

public class ServletStat

Statistics display servlet.

Copyright (c) 2000-2001

 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
 as published by the Free Software Foundation; version 2
 of the License.
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 

Version:
1, 0
Author:
Alexis Grandemange

Constructor Summary
ServletStat()
           
 
Method Summary
 void doGet(JSPservletPkg.HttpServletRequest request, JSPservletPkg.HttpServletResponse response)
          GET request handling.
 java.lang.String getServletInfo()
           
 void init(JSPservletPkg.ServletConfig config)
          Invoked by Servlet container.
 

Constructor Detail

ServletStat

public ServletStat()
Method Detail

init

public void init(JSPservletPkg.ServletConfig config)
          throws JSPservletPkg.ServletException
Invoked by Servlet container.

doGet

public void doGet(JSPservletPkg.HttpServletRequest request,
                  JSPservletPkg.HttpServletResponse response)
           throws JSPservletPkg.ServletException,
                  java.io.IOException
GET request handling.
Parameters:
request - HttpServletRequest.
response - HttpServletResponse.

getServletInfo

public java.lang.String getServletInfo()