Modifier and Type | Class and Description |
---|---|
class |
AntWebAppContext
AntWebAppContext
Extension of WebAppContext to allow configuration via Ant environment.
|
Modifier and Type | Method and Description |
---|---|
List<ContextHandler> |
ContextHandlers.getContextHandlers() |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlers.add(ContextHandler handler) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
JettyWebAppContext
JettyWebAppContext
Extends the WebAppContext to specialize for the maven environment.
|
Modifier and Type | Field and Description |
---|---|
protected ContextHandler[] |
AbstractJettyMojo.contextHandlers
List of other contexts to set up.
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
HttpChannelState.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() |
static ContextHandler |
ContextHandler.getContextHandler(javax.servlet.ServletContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerCollection.setContextClass(Class<? extends ContextHandler> contextClass) |
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. |
Constructor and Description |
---|
JspPropertyGroupServlet(ContextHandler context,
ServletHandler servletHandler) |
Modifier and Type | Class and Description |
---|---|
class |
WebAppContext
Web Application Context Handler.
|
Copyright © 1995-2014 Mort Bay Consulting. All Rights Reserved.