cebit.server.idm
Class ShowDataServlet

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

public class ShowDataServlet
extends javax.servlet.http.HttpServlet

Title: The ShowDataServlet

Description: This servlet shows the user his personal data which the server has stored. He can change or delete it

Version:
$Id: ShowDataServlet.java,v 1.3 2003/12/05 14:37:45 sc2 Exp $
Author:
Nancy Worch
See Also:
Serialized Form

Field Summary
static boolean debug
           
 
Constructor Summary
ShowDataServlet()
           
 
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
Constructor Detail

ShowDataServlet

public ShowDataServlet()
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.