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, stop, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddLifeCycleListener, isFailed, isRunning, isStarted, isStarting, isStopped, isStopping, removeLifeCycleListener, start, start, stop, stoppublic AbstractContextProvider(ServerInstanceWrapper wrapper)
public ServerInstanceWrapper getServerInstanceWrapper()
public ContextHandler createContextHandler(App app) throws java.lang.Exception
AppProvidercreateContextHandler in interface AppProviderapp - The Appjava.io.IOException - if unable to create contextjava.lang.Exception - if unable to create contextAppProvider.createContextHandler(org.eclipse.jetty.deploy.App)public void setDeploymentManager(DeploymentManager deploymentManager)
AppProvidersetDeploymentManager in interface AppProviderdeploymentManager - the deployment managerpublic DeploymentManager getDeploymentManager()
Copyright © 1995–2023 Webtide. All rights reserved.