asit.framework.servlet
Class FrontEndServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
asit.framework.servlet.FrontEndServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
- Direct Known Subclasses:
- ReadIdentityLinkRequestServlet
- public abstract class FrontEndServlet
- extends HttpServlet
- Author:
- troessler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dispatchJSP_
protected String dispatchJSP_
serverAddress_
protected String serverAddress_
debugMode_
protected boolean debugMode_
jspDispatcher_
protected RequestDispatcher jspDispatcher_
contentFactoryImpl_
protected ContentFactory contentFactoryImpl_
globalServletConfig_
protected ServletConfig globalServletConfig_
FrontEndServlet
public FrontEndServlet()
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
setResponseJSP
protected void setResponseJSP(String responseJSP)
setServerAddress
protected void setServerAddress(String serverAddress)
getContentFactory
protected abstract ContentFactory getContentFactory()
throws Exception
- Throws:
Exception
getRealPath
public String getRealPath(String filename)
- Parameters:
filename -
- Returns:
Copyright 2007 Institut fuer Angewandte Informationsverarbeitung und Kommunikationstechnologie. All Rights Reserved.