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
public class AbstractContextProvider.OSGiApp extends AbstractOSGiApp
OSGiApp
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.osgi.boot.AbstractOSGiApp
_bundle, _properties, _registration
-
-
Constructor Summary
Constructors Constructor Description OSGiApp(DeploymentManager manager, AppProvider provider, java.lang.String originId, org.osgi.framework.Bundle bundle, java.lang.String contextFile)
OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, java.util.Dictionary properties, java.lang.String contextFile, java.lang.String originId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureContextHandler()
ContextHandler
createContextHandler()
java.lang.String
getContextFile()
void
setHandler(ContextHandler h)
-
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 Detail
-
OSGiApp
public OSGiApp(DeploymentManager manager, AppProvider provider, java.lang.String originId, org.osgi.framework.Bundle bundle, java.lang.String contextFile)
-
OSGiApp
public OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, java.util.Dictionary properties, java.lang.String contextFile, java.lang.String originId)
-
-
Method Detail
-
getContextFile
public java.lang.String getContextFile()
-
setHandler
public void setHandler(ContextHandler h)
-
createContextHandler
public ContextHandler createContextHandler() throws java.lang.Exception
- Throws:
java.lang.Exception
-
configureContextHandler
public void configureContextHandler() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-