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, setRegistrationgetAppProvider, getContextHandler, getContextId, getDeploymentManager, getOriginId, toStringpublic 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()
AppApp relating to how it is installed on the
jetty server side.getContextPath in class Apppublic void setContextPath(String contextPath)
public String getBundlePath()
public void setWebAppPath(String path)
public ContextHandler createContextHandler() throws Exception
Exceptionprotected WebAppContext newWebApp()
protected String getPathsToRequiredBundles(String requireTldBundles) throws Exception
ExceptionCopyright © 1995-2015 Webtide. All Rights Reserved.