|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.GenericServlet
|
+--javax.servlet.http.HttpServlet
|
+--openfuture.bugbase.servlet.BugBaseJspServlet
Servlet setting all application context parameters for the JSPs.
Created: Sat Dec 02 23:08:21 2000
| 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 |
public BugBaseJspServlet()
| Method Detail |
public void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
BugBaseServlet.The following context parameters are set:
BugBaseServlet.
BugBaseServletClient. The
servlet client is instantiated with the value from the
initialization parameter
openfuture.bugbase.servlet.BugBaseServlet.
LoginManager. The
login manager's timeout value is set with the value from the
initialization parameter
openfuture.bugbase.loginManager.timout.
SessionLocales. The locales are
instantiated with the value from the initialization parameter
openfuture.bugbase.locales.
org.apache.struts.action.LOCALE:
the currentlocale. It is instantiated with the first element
from openfuture.bugbase.locales.
MasterDataProvider.
The master data provider is instantiated with the resource
bundles defined in the configuration of
ActionSevlet.
The resource bundles for the locales configured in the
initialization parameter
openfuture.bugbase.locales.
attachment directory is initially
created, if it does not already exist.
URL of the attachments' directory.
name of the used mail server.
init in class javax.servlet.GenericServletconfig - a ServletConfig valuejavax.servlet.ServletException - if an error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||