Package org.eclipse.jetty.osgi.boot
Class AbstractContextProvider.OSGiApp
java.lang.Object
org.eclipse.jetty.deploy.App
org.eclipse.jetty.osgi.boot.AbstractOSGiApp
org.eclipse.jetty.osgi.boot.AbstractContextProvider.OSGiApp
- Direct Known Subclasses:
ServiceContextProvider.ServiceApp
- Enclosing class:
- AbstractContextProvider
OSGiApp
-
Field Summary
Fields inherited from class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
_bundle, _properties, _registration
-
Constructor Summary
ConstructorDescriptionOSGiApp
(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) OSGiApp
(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
deregisterAsOSGiService, findFile, getBundle, getBundleSymbolicName, getBundleVersionAsString, getFileAsResource, getFileAsResource, getRegistration, registerAsOSGiService, setRegistration
Methods inherited from class org.eclipse.jetty.deploy.App
getAppProvider, getContextHandler, getContextId, getContextPath, getDeploymentManager, getOriginId, toString
-
Constructor Details
-
OSGiApp
public OSGiApp(DeploymentManager manager, AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile) -
OSGiApp
public OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId)
-
-
Method Details