Class DebugListener

    • Constructor Detail

      • DebugListener

        public DebugListener()
        Deprecated.
      • DebugListener

        public DebugListener​(@Name("renameThread")
                             boolean renameThread,
                             @Name("showHeaders")
                             boolean showHeaders,
                             @Name("dumpContext")
                             boolean dumpContext)
        Deprecated.
      • DebugListener

        public DebugListener​(@Name("outputStream")
                             java.io.OutputStream out,
                             @Name("renameThread")
                             boolean renameThread,
                             @Name("showHeaders")
                             boolean showHeaders,
                             @Name("dumpContext")
                             boolean dumpContext)
        Deprecated.
    • Method Detail

      • isRenameThread

        @ManagedAttribute("Rename thread within context scope")
        public boolean isRenameThread()
        Deprecated.
      • setRenameThread

        public void setRenameThread​(boolean renameThread)
        Deprecated.
      • isShowHeaders

        @ManagedAttribute("Show request headers")
        public boolean isShowHeaders()
        Deprecated.
      • setShowHeaders

        public void setShowHeaders​(boolean showHeaders)
        Deprecated.
      • isDumpContext

        @ManagedAttribute("Dump contexts at start")
        public boolean isDumpContext()
        Deprecated.
      • setDumpContext

        public void setDumpContext​(boolean dumpContext)
        Deprecated.
      • contextInitialized

        public void contextInitialized​(ServletContextEvent sce)
        Deprecated.
        Description copied from interface: ServletContextListener
        Notification that the web application initialization process is starting. All ServletContextListeners are notified of context initialization before any filter or servlet in the web application is initialized.
        Specified by:
        contextInitialized in interface ServletContextListener
        Parameters:
        sce - Information about the ServletContext that was initialized
      • contextDestroyed

        public void contextDestroyed​(ServletContextEvent sce)
        Deprecated.
        Description copied from interface: ServletContextListener
        Notification that the servlet context is about to be shut down. All servlets and filters have been destroy()ed before any ServletContextListeners are notified of context destruction.
        Specified by:
        contextDestroyed in interface ServletContextListener
        Parameters:
        sce - Information about the ServletContext that was destroyed