Class ProcessArchiveServletContextListener

  • All Implemented Interfaces:
    jakarta.servlet.ServletContextListener, EventListener

    public class ProcessArchiveServletContextListener
    extends Object
    implements jakarta.servlet.ServletContextListener

    Sets the ProcessApplicationInfo.PROP_SERVLET_CONTEXT_PATH property if this is deployed as part of a WebApplication.

    Author:
    Daniel Meyer
    • Constructor Detail

      • ProcessArchiveServletContextListener

        public ProcessArchiveServletContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(jakarta.servlet.ServletContextEvent contextEvent)
        Specified by:
        contextInitialized in interface jakarta.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(jakarta.servlet.ServletContextEvent arg0)
        Specified by:
        contextDestroyed in interface jakarta.servlet.ServletContextListener