Class BackofficeApplicationContextInitializer

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionListener, javax.servlet.ServletContextListener

    public class BackofficeApplicationContextInitializer
    extends HybrisContextLoaderListener
    implements javax.servlet.http.HttpSessionListener
    A ServletContextListener that initializes application context for Backoffice.
    See Also:
    BackofficeApplicationContext
    • Constructor Detail

      • BackofficeApplicationContextInitializer

        public BackofficeApplicationContextInitializer()
    • Method Detail

      • sessionCreated

        public void sessionCreated​(javax.servlet.http.HttpSessionEvent httpSessionEvent)
        Specified by:
        sessionCreated in interface javax.servlet.http.HttpSessionListener
      • sessionDestroyed

        public void sessionDestroyed​(javax.servlet.http.HttpSessionEvent httpSessionEvent)
        Specified by:
        sessionDestroyed in interface javax.servlet.http.HttpSessionListener
      • createDefaultWebApplicationContext

        protected org.springframework.web.context.WebApplicationContext createDefaultWebApplicationContext​(javax.servlet.ServletContext servletContext)