JSPservletPkg
Class ServletLog
JSPservletPkg.ServletLog
- public class ServletLog
Log 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, 1
- Author:
- Alexis Grandemange
|
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. |
ServletLog
public ServletLog()
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()