Class LogbackServletContainerInitializer

    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void onStartup​(java.util.Set<java.lang.Class<?>> c, ServletContext ctx)
      Deprecated.
      Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via the HandlesTypes annotation.
      • Methods inherited from class java.lang.Object

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

      • LogbackServletContainerInitializer

        public LogbackServletContainerInitializer()
        Deprecated.
    • Method Detail

      • onStartup

        public void onStartup​(java.util.Set<java.lang.Class<?>> c,
                              ServletContext ctx)
                       throws ServletException
        Deprecated.
        Description copied from interface: ServletContainerInitializer
        Receives notification during startup of a web application of the classes within the web application that matched the criteria defined via the HandlesTypes annotation.
        Specified by:
        onStartup in interface ServletContainerInitializer
        Parameters:
        c - The (possibly null) set of classes that met the specified criteria
        ctx - The ServletContext of the web application in which the classes were discovered
        Throws:
        ServletException - If an error occurs