Class DeploySpringContextLoaderListener

java.lang.Object
org.springframework.web.context.ContextLoader
org.springframework.web.context.ContextLoaderListener
org.jboss.resteasy.plugins.spring.SpringContextLoaderListener
com.xebialabs.deployit.server.jetty.DeploySpringContextLoaderListener
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

public class DeploySpringContextLoaderListener 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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    contextInitialized(jakarta.servlet.ServletContextEvent event)
     

    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 Details

    • DeploySpringContextLoaderListener

      public DeploySpringContextLoaderListener()
  • Method Details

    • contextInitialized

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