public final class WebAppBundleTracker
extends org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListener
| Modifier and Type | Class and Description |
|---|---|
static class |
WebAppBundleTracker.Deployment
A deployment represents a web application bundle that may or may not be deployed.
|
| Constructor and Description |
|---|
WebAppBundleTracker(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.http.jetty.internal.JettyConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
deploy(WebAppBundleTracker.Deployment deployment,
WebAppBundleContext context) |
void |
lifeCycleStarted(org.eclipse.jetty.util.component.LifeCycle event) |
void |
lifeCycleStopping(org.eclipse.jetty.util.component.LifeCycle event) |
void |
start(org.eclipse.jetty.server.handler.ContextHandlerCollection parent) |
void |
stop() |
void |
undeploy(WebAppBundleTracker.Deployment deployment,
WebAppBundleContext context) |
public WebAppBundleTracker(org.osgi.framework.BundleContext bundleContext,
org.apache.felix.http.jetty.internal.JettyConfig config)
public void start(org.eclipse.jetty.server.handler.ContextHandlerCollection parent)
throws Exception
Exceptionpublic void deploy(WebAppBundleTracker.Deployment deployment, WebAppBundleContext context)
public void undeploy(WebAppBundleTracker.Deployment deployment, WebAppBundleContext context)
public void lifeCycleStarted(org.eclipse.jetty.util.component.LifeCycle event)
lifeCycleStarted in interface org.eclipse.jetty.util.component.LifeCycle.ListenerlifeCycleStarted in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerpublic void lifeCycleStopping(org.eclipse.jetty.util.component.LifeCycle event)
lifeCycleStopping in interface org.eclipse.jetty.util.component.LifeCycle.ListenerlifeCycleStopping in class org.eclipse.jetty.util.component.AbstractLifeCycle.AbstractLifeCycleListenerCopyright © 2006–2025 The Apache Software Foundation. All rights reserved.