public abstract class AbstractWebAppProvider extends AbstractLifeCycle implements AppProvider
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWebAppProvider.OSGiApp
OSGiApp
|
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener| Modifier and Type | Field and Description |
|---|---|
static java.lang.String[] |
__defaultConfigurations |
_listeners, FAILED, RUNNING, STARTED, STARTING, STOPPED, STOPPING| Constructor and Description |
|---|
AbstractWebAppProvider(ServerInstanceWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
createContextHandler(App app) |
java.lang.String[] |
getConfigurationClasses() |
static java.lang.String[] |
getDefaultConfigurations() |
java.lang.String |
getDefaultsDescriptor()
Get the defaultsDescriptor.
|
DeploymentManager |
getDeploymentManager() |
static java.lang.String |
getOriginId(org.osgi.framework.Bundle contributor,
java.lang.String path) |
ServerInstanceWrapper |
getServerInstanceWrapper() |
java.lang.String |
getTldBundles() |
boolean |
isExtract() |
boolean |
isParentLoaderPriority()
Get the parentLoaderPriority.
|
void |
setConfigurationClasses(java.lang.String[] configurations) |
static void |
setDefaultConfigurations(java.lang.String[] defaultConfigs) |
void |
setDefaultsDescriptor(java.lang.String defaultsDescriptor)
Set the defaultsDescriptor.
|
void |
setDeploymentManager(DeploymentManager deploymentManager) |
void |
setExtract(boolean extract) |
void |
setParentLoaderPriority(boolean parentLoaderPriority)
Set the parentLoaderPriority.
|
void |
setServerInstanceWrapper(ServerInstanceWrapper wrapper) |
void |
setTldBundles(java.lang.String tldBundles) |
addLifeCycleListener, doStart, doStop, getState, getState, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic AbstractWebAppProvider(ServerInstanceWrapper wrapper)
public static void setDefaultConfigurations(java.lang.String[] defaultConfigs)
public static java.lang.String[] getDefaultConfigurations()
public boolean isParentLoaderPriority()
public void setParentLoaderPriority(boolean parentLoaderPriority)
parentLoaderPriority - the parentLoaderPriority to setpublic java.lang.String getDefaultsDescriptor()
public void setDefaultsDescriptor(java.lang.String defaultsDescriptor)
defaultsDescriptor - the defaultsDescriptor to setpublic boolean isExtract()
public void setExtract(boolean extract)
public void setTldBundles(java.lang.String tldBundles)
tldBundles - Comma separated list of bundles that contain tld jars
that should be setup on the jetty instances created here.public java.lang.String getTldBundles()
public void setConfigurationClasses(java.lang.String[] configurations)
configurations - The configuration class names.public java.lang.String[] getConfigurationClasses()
public void setServerInstanceWrapper(ServerInstanceWrapper wrapper)
public ServerInstanceWrapper getServerInstanceWrapper()
public DeploymentManager getDeploymentManager()
public void setDeploymentManager(DeploymentManager deploymentManager)
setDeploymentManager in interface AppProviderAppProvider.setDeploymentManager(org.eclipse.jetty.deploy.DeploymentManager)public ContextHandler createContextHandler(App app) throws java.lang.Exception
createContextHandler in interface AppProviderjava.lang.Exceptionpublic static java.lang.String getOriginId(org.osgi.framework.Bundle contributor,
java.lang.String path)
Copyright © 2013 FuseSource, Corp.. All Rights Reserved.