Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.editxml.servlet
Class EditXmlJspServlet  view EditXmlJspServlet download EditXmlJspServlet.java

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byopenfuture.util.servlet.HttpActionServlet
              extended byopenfuture.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

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 interface javax.servlet.Servlet