|
|||||||||
Home >> All >> openfuture >> editxml >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
openfuture.editxml.servlet
Class EditXmlJspServlet

java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
openfuture.util.servlet.HttpActionServlet
openfuture.editxml.servlet.EditXmlJspServlet
- All Implemented Interfaces:
- openfuture.editxml.model.JspConstants, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class EditXmlJspServlet
- extends openfuture.util.servlet.HttpActionServlet
- implements openfuture.editxml.model.JspConstants
- extends openfuture.util.servlet.HttpActionServlet
Servlet initializing the JSP contexts.
Created: Tue Apr 10 18:05:00 2001
- Version:
- $Revision: 1.1.1.1 $
Field Summary |
Fields inherited from class openfuture.util.servlet.HttpActionServlet |
EQUAL_SIGN, SEPARATOR |
Fields inherited from class javax.servlet.http.HttpServlet |
|
Fields inherited from class javax.servlet.GenericServlet |
|
Fields inherited from interface openfuture.editxml.model.JspConstants |
DOMAINMANAGER, LOCALES, NEXT_PAGE, QUERY, QUERYSTRING, RESULT, SERVLETPATH, USER, XML_DOMAINS, XMLFORM |
Constructor Summary | |
EditXmlJspServlet()
|
Method Summary | |
void |
init(javax.servlet.ServletConfig config)
Initializes the servlet. |
Methods inherited from class openfuture.util.servlet.HttpActionServlet |
addParameter, doGet, doPost, handleAction, logException |
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 |
Constructor Detail |
EditXmlJspServlet
public EditXmlJspServlet()
Method Detail |
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
- Initializes the servlet. The following initialization
parameters are recognized:
- openfuture.bugbase.locales: Comma
separated list of used locales.
[Default: de_DE, en_GB]
The following context parameters are set:
- openfuture.bugbase.locales: an instance of openfuture.util.misc.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.
- Specified by:
init
in interfacejavax.servlet.Servlet
- openfuture.bugbase.locales: Comma
separated list of used locales.
|
|||||||||
Home >> All >> openfuture >> editxml >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |