Uses of Class
io.dropwizard.jetty.MutableServletContextHandler
-
Packages that use MutableServletContextHandler Package Description io.dropwizard.jetty.setup io.dropwizard.server io.dropwizard.setup -
-
Uses of MutableServletContextHandler in io.dropwizard.jetty.setup
Constructors in io.dropwizard.jetty.setup with parameters of type MutableServletContextHandler Constructor Description ServletEnvironment(MutableServletContextHandler handler) -
Uses of MutableServletContextHandler in io.dropwizard.server
Methods in io.dropwizard.server with parameters of type MutableServletContextHandler Modifier and Type Method Description protected org.eclipse.jetty.server.HandlerAbstractServerFactory. createAdminServlet(org.eclipse.jetty.server.Server server, MutableServletContextHandler handler, com.codahale.metrics.MetricRegistry metrics, com.codahale.metrics.health.HealthCheckRegistry healthChecks)protected org.eclipse.jetty.server.HandlerAbstractServerFactory. createAppServlet(org.eclipse.jetty.server.Server server, JerseyEnvironment jersey, com.fasterxml.jackson.databind.ObjectMapper objectMapper, javax.validation.Validator validator, MutableServletContextHandler handler, javax.servlet.Servlet jerseyContainer, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of MutableServletContextHandler in io.dropwizard.setup
Methods in io.dropwizard.setup that return MutableServletContextHandler Modifier and Type Method Description MutableServletContextHandlerEnvironment. getAdminContext()MutableServletContextHandlerEnvironment. getApplicationContext()Constructors in io.dropwizard.setup with parameters of type MutableServletContextHandler Constructor Description AdminEnvironment(MutableServletContextHandler handler, com.codahale.metrics.health.HealthCheckRegistry healthChecks, com.codahale.metrics.MetricRegistry metricRegistry, AdminFactory adminFactory)Creates a newAdminEnvironment.
-