info.magnolia.module.blossom.web
Class InstallationAwareDispatcherServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by info.magnolia.module.blossom.web.InstallationAwareServletProxy
              extended by info.magnolia.module.blossom.web.InstallationAwareDispatcherServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class InstallationAwareDispatcherServlet
extends InstallationAwareServletProxy

Postpones initialization of a Spring DispatcherServlet configured in web.xml until Magnolia has completed its update/install -phase. See InstallationAwareServletProxy for more details.

Since:
1.2
See Also:
InstallationAwareServletProxy, Serialized Form

Constructor Summary
InstallationAwareDispatcherServlet()
           
 
Method Summary
protected  javax.servlet.Servlet initTargetServlet()
           
 
Methods inherited from class info.magnolia.module.blossom.web.InstallationAwareServletProxy
canInitialize, destroy, init, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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

InstallationAwareDispatcherServlet

public InstallationAwareDispatcherServlet()
Method Detail

initTargetServlet

protected javax.servlet.Servlet initTargetServlet()
                                           throws javax.servlet.ServletException
Overrides:
initTargetServlet in class InstallationAwareServletProxy
Throws:
javax.servlet.ServletException


Copyright © 2009-2012 Magnolia International Ltd.. All Rights Reserved.