Class DeployitSpringContextLoaderListener

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

    public class DeployitSpringContextLoaderListener
    extends org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
    • Field Summary

      • Fields inherited from class org.springframework.web.context.ContextLoader

        CONFIG_LOCATION_PARAM, CONTEXT_CLASS_PARAM, CONTEXT_ID_PARAM, CONTEXT_INITIALIZER_CLASSES_PARAM, GLOBAL_INITIALIZER_CLASSES_PARAM
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void checkCorrectlyInitialized()  
      void contextInitialized​(javax.servlet.ServletContextEvent event)  
      static org.springframework.web.context.WebApplicationContext getWebApplicationContext()  
      • Methods inherited from class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener

        createContextLoader, customizeContext
      • Methods inherited from class org.springframework.web.context.ContextLoaderListener

        contextDestroyed
      • Methods inherited from class org.springframework.web.context.ContextLoader

        closeWebApplicationContext, configureAndRefreshWebApplicationContext, createWebApplicationContext, determineContextClass, determineContextInitializerClasses, getCurrentWebApplicationContext, initWebApplicationContext, loadParentContext, setContextInitializers
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeployitSpringContextLoaderListener

        public DeployitSpringContextLoaderListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent event)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
        Overrides:
        contextInitialized in class org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
      • checkCorrectlyInitialized

        public static void checkCorrectlyInitialized()
      • getWebApplicationContext

        public static org.springframework.web.context.WebApplicationContext getWebApplicationContext()