cebit.server.idm
Class SecInfoServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--cebit.server.idm.SecInfoServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SecInfoServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
static boolean debug
           
static java.lang.String[] pdOrder
          Ordered array of personal data items used in this servlet.
 
Constructor Summary
SecInfoServlet()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Performs the request
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, 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

debug

public static boolean debug

pdOrder

public static final java.lang.String[] pdOrder
Ordered array of personal data items used in this servlet.

Constructor Detail

SecInfoServlet

public SecInfoServlet()
Method Detail

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws java.io.IOException,
                  javax.servlet.ServletException
Performs the request

Overrides:
doGet in class javax.servlet.http.HttpServlet
Returns:
the HTML-Page for the given request.
java.io.IOException
javax.servlet.ServletException


Copyright © 2003 DRIM Team. All Rights Reserved.