PublisherServer
Class PublisherLog

PublisherServer.PublisherLog

public class PublisherLog

Publish log display.

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, 2
Author:
Alexis Grandemange

Constructor Summary
PublisherLog()
           
 
Method Summary
 void doGet(PublisherServer.HttpServletRequest request, PublisherServer.HttpServletResponse response)
          GET request handling.
 java.lang.String getServletInfo()
           
 

Constructor Detail

PublisherLog

public PublisherLog()
Method Detail

doGet

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

getServletInfo

public java.lang.String getServletInfo()