Uses of Class
io.dropwizard.jetty.MutableServletContextHandler
-
Packages that use MutableServletContextHandler Package Description io.dropwizard.core.server io.dropwizard.core.setup io.dropwizard.jetty.setup -
-
Uses of MutableServletContextHandler in io.dropwizard.core.server
Methods in io.dropwizard.core.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, AdminEnvironment admin)protected org.eclipse.jetty.server.HandlerAbstractServerFactory. createAppServlet(org.eclipse.jetty.server.Server server, JerseyEnvironment jersey, com.fasterxml.jackson.databind.ObjectMapper objectMapper, jakarta.validation.Validator validator, MutableServletContextHandler handler, @Nullable jakarta.servlet.Servlet jerseyContainer, com.codahale.metrics.MetricRegistry metricRegistry) -
Uses of MutableServletContextHandler in io.dropwizard.core.setup
Methods in io.dropwizard.core.setup that return MutableServletContextHandler Modifier and Type Method Description MutableServletContextHandlerEnvironment. getAdminContext()MutableServletContextHandlerEnvironment. getApplicationContext()Constructors in io.dropwizard.core.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. -
Uses of MutableServletContextHandler in io.dropwizard.jetty.setup
Constructors in io.dropwizard.jetty.setup with parameters of type MutableServletContextHandler Constructor Description ServletEnvironment(MutableServletContextHandler handler)
-