org.juniverse.jorganizer
Class JOrganizerActionServlet

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--org.apache.struts.action.ActionServlet
                    |
                    +--org.apache.struts.tiles.ActionComponentServlet
                          |
                          +--org.juniverse.jorganizer.JOrganizerActionServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class JOrganizerActionServlet
extends org.apache.struts.tiles.ActionComponentServlet

Author:
alexander ilg
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.tiles.ActionComponentServlet
 
Fields inherited from class org.apache.struts.action.ActionServlet
config, configDigester, convertNull, dataSources, debug, detail, internal, internalName, log, processor, registrations, servletMapping, servletName
 
Fields inherited from class javax.servlet.http.HttpServlet
 
Constructor Summary
JOrganizerActionServlet()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.apache.struts.tiles.ActionComponentServlet
doForward, initComponentDefinitionsMapping, processActionForward, processForward, processForward, processInclude, processValidate
 
Methods inherited from class org.apache.struts.action.ActionServlet
addServletMapping, destroy, destroyApplications, destroyConfigDigester, destroyDataSources, destroyInternal, doGet, doPost, findDataSource, findFormBean, findForward, findMapping, getApplicationConfig, getDebug, getInternal, getRequestProcessor, getResources, initApplicationConfig, initApplicationDataSources, initApplicationMessageResources, initApplicationPlugIns, initConfigDigester, initDataSources, initInternal, initOther, initServlet, log, process
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
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

JOrganizerActionServlet

public JOrganizerActionServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class org.apache.struts.tiles.ActionComponentServlet
javax.servlet.ServletException
See Also:
ActionComponentServlet.init()