Class BackendCommonContextListener

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

    public class BackendCommonContextListener
    extends Object
    implements javax.servlet.ServletContextListener
    Serlvet context listener for executing common initialization and shutdown tasks for web applications with access to the backend.
    Since:
    8.0.0
    Author:
    XIMA Media GmbH
    • Constructor Detail

      • BackendCommonContextListener

        public BackendCommonContextListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener