Package | Description |
---|---|
org.eclipse.jetty.ant |
Jetty Ant : Ant Tasks and Configuration
|
org.eclipse.jetty.ant.types |
Jetty Ant : Ant Wrappers of Jetty Internals
|
org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
org.eclipse.jetty.http.spi | |
org.eclipse.jetty.maven.plugin |
Jetty Maven Plugin : Support for Jetty in Maven build lifecycle
|
org.eclipse.jetty.osgi.boot | |
org.eclipse.jetty.osgi.boot.internal.webapp | |
org.eclipse.jetty.quickstart | |
org.eclipse.jetty.server |
Jetty Server : Core Server API
|
org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Class and Description |
---|---|
class |
AntWebAppContext
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.
|
Modifier and Type | Method and Description |
---|---|
List<ContextHandler> |
ContextHandlers.getContextHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlers.add(ContextHandler handler) |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
AppProvider.createContextHandler(App app)
Create a ContextHandler for an App
|
ContextHandler |
App.getContextHandler()
Get ContextHandler for the App.
|
Constructor and Description |
---|
App(DeploymentManager manager,
AppProvider provider,
String originId,
ContextHandler context)
Create an App with specified Origin ID and archivePath
|
Modifier and Type | Method and Description |
---|---|
Collection<ContextHandler> |
DeploymentManagerMBean.getContexts() |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
WebAppProvider.createContextHandler(App app) |
Modifier and Type | Class and Description |
---|---|
class |
HttpSpiContextHandler
Jetty handler that bridges requests to
HttpHandler . |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebAppContext
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment.
|
Modifier and Type | Field and Description |
---|---|
protected ContextHandler[] |
AbstractJettyMojo.contextHandlers
List of other contexts to set up.
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
AbstractWebAppProvider.OSGiApp.createContextHandler() |
ContextHandler |
AbstractContextProvider.OSGiApp.createContextHandler() |
ContextHandler |
AbstractWebAppProvider.createContextHandler(App app) |
ContextHandler |
AbstractContextProvider.createContextHandler(App app) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServiceWebAppProvider.serviceAdded(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context)
A webapp that was deployed as an osgi service has been added,
and we want to deploy it.
|
boolean |
ServiceProvider.serviceAdded(org.osgi.framework.ServiceReference ref,
ContextHandler handler) |
boolean |
ServiceContextProvider.serviceAdded(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context) |
boolean |
ServiceWebAppProvider.serviceRemoved(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context) |
boolean |
ServiceProvider.serviceRemoved(org.osgi.framework.ServiceReference ref,
ContextHandler handler) |
boolean |
ServiceContextProvider.serviceRemoved(org.osgi.framework.ServiceReference serviceRef,
ContextHandler context) |
void |
AbstractContextProvider.OSGiApp.setHandler(ContextHandler h) |
Modifier and Type | Method and Description |
---|---|
Object |
ServiceWatcher.addService(org.osgi.framework.BundleContext context,
ContextHandler contextHandler,
org.osgi.framework.ServiceReference reference)
Deploy ContextHandler that is a Service.
|
void |
ServiceWatcher.removeService(org.osgi.framework.BundleContext context,
ContextHandler contextHandler,
org.osgi.framework.ServiceReference reference)
Undeploy a ContextHandler that is a Service.
|
Modifier and Type | Class and Description |
---|---|
class |
QuickStartWebApp
QuickStartWar
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
HttpChannelState.getContextHandler() |
Constructor and Description |
---|
Dispatcher(ContextHandler contextHandler,
String name) |
Dispatcher(ContextHandler contextHandler,
String uri,
String pathInContext,
String query) |
Modifier and Type | Class and Description |
---|---|
class |
MovedContextHandler
Moved ContextHandler.
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
ContextHandlerCollection.addContext(String contextPath,
String resourceBase)
Add a context handler.
|
ContextHandler |
ContextHandler.Context.getContextHandler() |
static ContextHandler |
ContextHandler.getContextHandler(ServletContext context) |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandler.getErrorHandler(Server server,
ContextHandler context) |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerCollection.setContextClass(Class<? extends ContextHandler> contextClass) |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractHandlerMBean.getContextName(ContextHandler context) |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
AbstractSessionManager.getContextHandler() |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
Modifier and Type | Method and Description |
---|---|
protected ContextHandler |
DefaultServlet.initContextHandler(ServletContext servletContext)
Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler. |
Constructor and Description |
---|
JspPropertyGroupServlet(ContextHandler context,
ServletHandler servletHandler) |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Copyright © 1995-2015 Webtide. All Rights Reserved.