org.eclipse.jetty.deploy
Interface AppProvider
- All Superinterfaces:
- LifeCycle
- All Known Implementing Classes:
- ContextProvider, ScanningAppProvider, WebAppProvider
public interface AppProvider
- extends LifeCycle
Object responsible for providing Apps to the DeploymentManager
setDeploymentManager
void setDeploymentManager(DeploymentManager deploymentManager)
- Set the Deployment Manager
- Parameters:
deploymentManager -
- Throws:
IllegalStateException - if the provider LifeCycle.isRunning().
createContextHandler
ContextHandler createContextHandler(App app)
throws Exception
- Create a ContextHandler for an App
- Parameters:
app - The App
- Returns:
- A ContextHandler
- Throws:
IOException
Exception
Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.