Uses of Interface
org.eclipse.jetty.server.Deployable
Packages that use Deployable
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
-
Uses of Deployable in org.eclipse.jetty.coreapp
Classes in org.eclipse.jetty.coreapp that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee11.servlet
Classes in org.eclipse.jetty.ee11.servlet that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee11.webapp
Classes in org.eclipse.jetty.ee11.webapp that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee8.webapp
Classes in org.eclipse.jetty.ee8.webapp that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement Deployable -
Uses of Deployable in org.eclipse.jetty.ee9.webapp
Classes in org.eclipse.jetty.ee9.webapp that implement Deployable -
Uses of Deployable in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Deployable -
Uses of Deployable in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement DeployableModifier and TypeClassDescriptionclass
class
AContextHandler
with a childHandler
that redirects to a configurable URI.static class
Utility class to create a ContextHandler containing a ResourceHandler. -
Uses of Deployable in org.eclipse.jetty.staticapp
Classes in org.eclipse.jetty.staticapp that implement DeployableModifier and TypeClassDescriptionclass
AContextHandler
that only serves static content from any source supported byResourceHandler
.