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
  • Constructor Details

    • OSGiApp

      public OSGiApp(org.eclipse.jetty.deploy.DeploymentManager manager, org.eclipse.jetty.deploy.AppProvider provider, String originId, org.osgi.framework.Bundle bundle, String contextFile)
    • OSGiApp

      public OSGiApp(org.eclipse.jetty.deploy.DeploymentManager manager, org.eclipse.jetty.deploy.AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String contextFile, String originId)
  • Method Details

    • getContextFile

      public String getContextFile()
    • setHandler

      public void setHandler(org.eclipse.jetty.server.handler.ContextHandler h)
    • createContextHandler

      public org.eclipse.jetty.server.handler.ContextHandler createContextHandler() throws Exception
      Throws:
      Exception
    • configureContextHandler

      public void configureContextHandler() throws Exception
      Throws:
      Exception