public abstract class AbstractContextProvider extends AbstractLifeCycle implements AppProvider
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContextProvider.OSGiApp
OSGiApp
|
AbstractLifeCycle.AbstractLifeCycleListenerLifeCycle.Listener| Constructor and Description |
|---|
AbstractContextProvider(ServerInstanceWrapper wrapper) |
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
createContextHandler(App app)
Create a ContextHandler for an App
|
DeploymentManager |
getDeploymentManager() |
ServerInstanceWrapper |
getServerInstanceWrapper() |
void |
setDeploymentManager(DeploymentManager deploymentManager)
Set the Deployment Manager
|
addLifeCycleListener, doStart, doStop, getState, getState, getStopTimeout, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, setStopTimeout, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, stoppublic AbstractContextProvider(ServerInstanceWrapper wrapper)
public ServerInstanceWrapper getServerInstanceWrapper()
public ContextHandler createContextHandler(App app) throws Exception
AppProvidercreateContextHandler in interface AppProviderapp - The AppExceptionAppProvider.createContextHandler(org.eclipse.jetty.deploy.App)public void setDeploymentManager(DeploymentManager deploymentManager)
AppProvidersetDeploymentManager in interface AppProviderpublic DeploymentManager getDeploymentManager()
Copyright © 1995-2015 Webtide. All Rights Reserved.