public class AbstractWebAppProvider.OSGiApp extends AbstractOSGiApp
_bundle, _properties, _registration
Constructor and Description |
---|
AbstractWebAppProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
Dictionary properties,
String originId) |
AbstractWebAppProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
String originId) |
Modifier and Type | Method and Description |
---|---|
protected void |
applyMetaInfContextXml(Resource rootResource,
String overrideBundleInstallLocation) |
void |
configureWebApp() |
ContextHandler |
createContextHandler() |
protected void |
createWebApp() |
String |
getBundlePath() |
String |
getContextPath()
The context path
App relating to how it is installed on the
jetty server side. |
protected String |
getPathsToRequiredBundles(String requireTldBundles) |
protected WebAppContext |
newWebApp() |
void |
setContextPath(String contextPath) |
void |
setWebAppContext(WebAppContext webApp) |
void |
setWebAppPath(String path) |
deregisterAsOSGiService, findFile, getBundle, getBundleSymbolicName, getBundleVersionAsString, getFileAsResource, getFileAsResource, getRegistration, registerAsOSGiService, setRegistration
getAppProvider, getContextHandler, getContextId, getDeploymentManager, getOriginId, toString
public AbstractWebAppProvider.OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, String originId)
public AbstractWebAppProvider.OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, Dictionary properties, String originId)
public void setWebAppContext(WebAppContext webApp)
public String getContextPath()
App
App
relating to how it is installed on the
jetty server side.getContextPath
in class App
public void setContextPath(String contextPath)
public String getBundlePath()
public void setWebAppPath(String path)
public ContextHandler createContextHandler() throws Exception
Exception
protected WebAppContext newWebApp()
protected String getPathsToRequiredBundles(String requireTldBundles) throws Exception
Exception
Copyright © 1995-2015 Webtide. All Rights Reserved.