Package io.bootique.jetty.server
Interface ServletContextHandlerExtender
-
public interface ServletContextHandlerExtenderAn extension point for low-level customization of the JettyServletContextHandlerwhich is a central piece of the Jetty stack. The extender is called after ServletContextHandler is created and added to the Jetty server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonHandlerInstalled(org.eclipse.jetty.servlet.ServletContextHandler handler)
-