public class AbstractWebAppProvider.OSGiApp extends AbstractOSGiApp
_bundle, _properties, _registration| Constructor and Description |
|---|
OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
java.util.Dictionary properties,
java.lang.String originId) |
OSGiApp(DeploymentManager manager,
AppProvider provider,
org.osgi.framework.Bundle bundle,
java.lang.String originId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyMetaInfContextXml(Resource rootResource,
java.lang.String overrideBundleInstallLocation) |
void |
configureWebApp() |
ContextHandler |
createContextHandler() |
protected void |
createWebApp() |
java.lang.String |
getBundlePath() |
java.lang.String |
getContextPath()
The context path
App relating to how it is installed on the
jetty server side. |
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, findFile, getBundle, getBundleSymbolicName, getBundleVersionAsString, getFileAsResource, getFileAsResource, getRegistration, registerAsOSGiService, setRegistrationgetAppProvider, getContextHandler, getContextId, getDeploymentManager, getOriginId, toStringpublic OSGiApp(DeploymentManager manager, AppProvider provider, org.osgi.framework.Bundle bundle, java.lang.String originId)
public 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()
AppApp relating to how it is installed on the
jetty server side.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(Resource rootResource, java.lang.String overrideBundleInstallLocation) throws java.lang.Exception
java.lang.ExceptionCopyright © 1995–2023 Webtide. All rights reserved.