Interface ServletContextHandlerExtender


  • public interface ServletContextHandlerExtender
    An extension point for low-level customization of the Jetty ServletContextHandler which is a central piece of the Jetty stack. The extender is called after ServletContextHandler is created and added to the Jetty server.
    • Method Detail

      • onHandlerInstalled

        void onHandlerInstalled​(org.eclipse.jetty.servlet.ServletContextHandler handler)