Modifier and Type | Method and Description |
---|---|
ContextHandler |
AppProvider.createContextHandler(App app)
Create a ContextHandler for an App
|
ContextHandler |
App.getContextHandler()
Get ContextHandler for the App.
|
Constructor and Description |
---|
App(DeploymentManager manager,
AppProvider provider,
String originId,
ContextHandler context)
Create an App with specified Origin ID and archivePath
|
Modifier and Type | Method and Description |
---|---|
Collection<ContextHandler> |
DeploymentManagerMBean.getContexts() |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
WebAppProvider.createContextHandler(App app) |
ContextHandler |
ContextProvider.createContextHandler(App app) |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
AsyncContinuation.getContextHandler() |
Constructor and Description |
---|
Dispatcher(ContextHandler contextHandler,
String name)
Constructor.
|
Dispatcher(ContextHandler contextHandler,
String uri,
String pathInContext,
String query) |
Modifier and Type | Class and Description |
---|---|
class |
MovedContextHandler
Moved ContextHandler.
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
ContextHandlerCollection.addContext(String contextPath,
String resourceBase)
Add a context handler.
|
ContextHandler |
ContextHandler.Context.getContextHandler() |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractHandlerMBean.getContextName(ContextHandler context) |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
AbstractSessionManager.getContextHandler() |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
Modifier and Type | Method and Description |
---|---|
protected ContextHandler |
DefaultServlet.initContextHandler(javax.servlet.ServletContext servletContext)
Compute the field _contextHandler.
In the case where the DefaultServlet is deployed on the HttpService it is likely that this method needs to be overwritten to unwrap the ServletContext facade until we reach the original jetty's ContextHandler. |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.