asit.framework.servlet
Class ShowData

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byasit.framework.servlet.ShowData
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class ShowData
extends HttpServlet

Author:
Arne Tauber
See Also:
Serialized Form

Field Summary
protected  ContentFactory contentFactoryImpl_
           
protected  boolean debugMode_
           
protected  String dispatchJSP_
           
protected  ServletConfig globalServletConfig_
           
protected  RequestDispatcher jspDispatcher_
           
protected  String serverAddress_
           
 
Constructor Summary
ShowData()
           
 
Method Summary
 void doGet(HttpServletRequest request, HttpServletResponse response)
           
 void doPost(HttpServletRequest request, HttpServletResponse response)
           
protected  String getNotFoundText()
           
 String getRealPath(String filename)
           
 void init(ServletConfig config)
          servlet initialization
protected  void setServerAddress(String serverAddress)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dispatchJSP_

protected String dispatchJSP_

serverAddress_

protected String serverAddress_

debugMode_

protected boolean debugMode_

jspDispatcher_

protected RequestDispatcher jspDispatcher_

contentFactoryImpl_

protected ContentFactory contentFactoryImpl_

globalServletConfig_

protected ServletConfig globalServletConfig_
Constructor Detail

ShowData

public ShowData()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
servlet initialization

Throws:
ServletException

doGet

public void doGet(HttpServletRequest request,
                  HttpServletResponse response)
           throws IOException,
                  ServletException
Throws:
IOException
ServletException

doPost

public void doPost(HttpServletRequest request,
                   HttpServletResponse response)
            throws ServletException,
                   IOException
Throws:
ServletException
IOException

getNotFoundText

protected String getNotFoundText()

setServerAddress

protected void setServerAddress(String serverAddress)

getRealPath

public String getRealPath(String filename)
Parameters:
filename -
Returns:


Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.