public static class WebAppBundleTracker.Deployment extends Object
Constructor and Description |
---|
Deployment(String contextPath,
org.osgi.framework.Bundle bundle) |
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.Bundle |
getBundle() |
WebAppBundleContext |
getContext() |
String |
getContextPath() |
org.osgi.framework.ServiceRegistration<javax.servlet.ServletContext> |
getRegistration() |
void |
setContext(WebAppBundleContext context) |
void |
setRegistration(org.osgi.framework.ServiceRegistration<javax.servlet.ServletContext> registration) |
public Deployment(String contextPath, org.osgi.framework.Bundle bundle)
public org.osgi.framework.Bundle getBundle()
public String getContextPath()
public WebAppBundleContext getContext()
public void setContext(WebAppBundleContext context)
public org.osgi.framework.ServiceRegistration<javax.servlet.ServletContext> getRegistration()
public void setRegistration(org.osgi.framework.ServiceRegistration<javax.servlet.ServletContext> registration)
Copyright © 2006–2025 The Apache Software Foundation. All rights reserved.