Uses of Class
org.apache.felix.http.jetty.internal.webapp.WebAppBundleContext
-
Packages that use WebAppBundleContext Package Description org.apache.felix.http.jetty.internal.webapp -
-
Uses of WebAppBundleContext in org.apache.felix.http.jetty.internal.webapp
Methods in org.apache.felix.http.jetty.internal.webapp that return WebAppBundleContext Modifier and Type Method Description WebAppBundleContext
WebAppBundleTracker.Deployment. getContext()
Methods in org.apache.felix.http.jetty.internal.webapp with parameters of type WebAppBundleContext Modifier and Type Method Description void
WebAppBundleTracker. deploy(WebAppBundleTracker.Deployment deployment, WebAppBundleContext context)
void
WebAppBundleTracker.Deployment. setContext(WebAppBundleContext context)
void
WebAppBundleTracker. undeploy(WebAppBundleTracker.Deployment deployment, WebAppBundleContext context)
-