openfuture.bugbase.servlet
Class BugBaseJspServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--openfuture.bugbase.servlet.BugBaseJspServlet
All Implemented Interfaces:
JspConstants, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class BugBaseJspServlet
extends javax.servlet.http.HttpServlet
implements JspConstants

Servlet setting all application context parameters for the JSPs.

Created: Sat Dec 02 23:08:21 2000

Version:
$Revision: 1.7 $
Author:
Wolfgang Reissenberger
See Also:
Serialized Form

Fields inherited from interface openfuture.bugbase.model.JspConstants
ATTACHMENT_DIR, ATTACHMENT_URL, BUG_REPORT, BUGBASE_SERVLET, LOCALES, LOGIN_MANAGER, MAILSERVER, MD_PROVIDER, NEXT_PAGE, PACKAGES, PROJECT, QUERY, QUERYSTRING, REPORTS, RESULT, SENDMAIL, SERVLET_CLIENT, SERVLETPATH, USER, USER_ID
 
Constructor Summary
BugBaseJspServlet()
           
 
Method Summary
 void init(javax.servlet.ServletConfig config)
          Initializes the servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, 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
 

Constructor Detail

BugBaseJspServlet

public BugBaseJspServlet()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Initializes the servlet. The following initialization parameters are recognized:

The following context parameters are set:

Overrides:
init in class javax.servlet.GenericServlet
Parameters:
config - a ServletConfig value
Throws:
javax.servlet.ServletException - if an error occurs


Copyright © 2000 -- 2003 openfuture.de. All Rights Reserved.