com.ibm.redback.utils
Class ServletAdmin

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.ibm.redback.utils.ServletAdmin
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ServletAdmin
extends javax.servlet.http.HttpServlet

Title: RedBack RedBeans and related packages Project Description: Copyright: Copyright (c) 2001 Company: eTeam Software Pty Ltd

See Also:
Serialized Form

Field Summary
protected static java.lang.String GPATH
           
protected static java.lang.String PATH
           
 
Constructor Summary
ServletAdmin()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

protected static final java.lang.String PATH

GPATH

protected static final java.lang.String GPATH
Constructor Detail

ServletAdmin

public ServletAdmin()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
Overrides:
doGet in class javax.servlet.http.HttpServlet