Class WebInitializer


  • @Singleton
    public class WebInitializer
    extends Object
    Initializer for web components.
    Author:
    Michael Vorburger.ch
    • Constructor Detail

      • WebInitializer

        @Inject
        public WebInitializer​(org.opendaylight.aaa.web.WebServer webServer,
                              org.opendaylight.aaa.web.WebContextSecurer webContextSecurer,
                              org.opendaylight.aaa.web.servlet.ServletSupport servletSupport,
                              NeutronNorthboundRSApplication app)
                       throws javax.servlet.ServletException
        Throws:
        javax.servlet.ServletException
    • Method Detail

      • close

        @PreDestroy
        public void close()