public class AbstractWebAppProvider.OSGiApp extends AbstractOSGiApp
_bundle, _properties, _registration| Constructor and Description |
|---|
AbstractWebAppProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
java.util.Dictionary properties,
java.lang.String originId) |
AbstractWebAppProvider.OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
java.lang.String originId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyMetaInfContextXml() |
void |
configureWebApp() |
ContextHandler |
createContextHandler() |
protected void |
createWebApp() |
java.lang.String |
getBundlePath() |
java.lang.String |
getContextPath() |
protected java.lang.String |
getPathsToRequiredBundles(java.lang.String requireTldBundles) |
protected WebAppContext |
newWebApp() |
void |
setContextPath(java.lang.String contextPath) |
void |
setWebAppContext(WebAppContext webApp) |
void |
setWebAppPath(java.lang.String path) |
deregisterAsOSGiService, getBundle, getBundleSymbolicName, getBundleVersionAsString, getRegistration, registerAsOSGiService, setRegistrationgetAppProvider, getContextHandler, getContextId, getDeploymentManager, getOriginId, toStringpublic AbstractWebAppProvider.OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, java.lang.String originId)
public AbstractWebAppProvider.OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, java.util.Dictionary properties, java.lang.String originId)
public void setWebAppContext(WebAppContext webApp)
public java.lang.String getContextPath()
getContextPath in class Apppublic void setContextPath(java.lang.String contextPath)
public java.lang.String getBundlePath()
public void setWebAppPath(java.lang.String path)
public ContextHandler createContextHandler() throws java.lang.Exception
java.lang.Exceptionprotected void createWebApp()
throws java.lang.Exception
java.lang.Exceptionprotected WebAppContext newWebApp()
public void configureWebApp()
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getPathsToRequiredBundles(java.lang.String requireTldBundles)
throws java.lang.Exception
java.lang.Exceptionprotected void applyMetaInfContextXml()
throws java.lang.Exception
java.lang.ExceptionCopyright © 2013 FuseSource, Corp.. All Rights Reserved.