org.infoglue.deliver.portal.dispatcher
Class PortalServletDispatcher

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--webwork.dispatcher.ServletDispatcher
                    |
                    +--org.infoglue.deliver.portal.dispatcher.PortalServletDispatcher
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class PortalServletDispatcher
extends webwork.dispatcher.ServletDispatcher

Overides the webwork(1) servlet dispatcher in order to initiate the pluto services.

Author:
robert lerner, jan danils, jöran stark
See Also:
Serialized Form

Field Summary
static java.lang.String PORTLET_CONTAINER_NAME
           
 
Fields inherited from class webwork.dispatcher.ServletDispatcher
STACK_HEAD
 
Constructor Summary
PortalServletDispatcher()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig config)
           
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PORTLET_CONTAINER_NAME

public static final java.lang.String PORTLET_CONTAINER_NAME
See Also:
Constant Field Values
Constructor Detail

PortalServletDispatcher

public PortalServletDispatcher()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class webwork.dispatcher.ServletDispatcher
javax.servlet.ServletException

destroy

public void destroy()
Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse resp)
             throws javax.servlet.ServletException
Overrides:
service in class webwork.dispatcher.ServletDispatcher
javax.servlet.ServletException