| Package | Description |
|---|---|
| org.eclipse.jetty.deploy |
Jetty Deploy : Webapp Deploy Management
|
| org.eclipse.jetty.deploy.jmx |
Jetty Deploy : JMX Integration
|
| org.eclipse.jetty.deploy.providers |
Jetty Deploy : Webapp Deployment Providers
|
| org.eclipse.jetty.quickstart | |
| org.eclipse.jetty.server |
Jetty Server : Core Server API
|
| org.eclipse.jetty.server.handler |
Jetty Server : Core Handler API
|
| org.eclipse.jetty.server.handler.jmx |
Jetty Server : Handler JMX Integration
|
| org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
| 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 |
QuickStartWebApp
QuickStartWar
|
| Modifier and Type | Method and Description |
|---|---|
ContextHandler |
HttpChannelState.getContextHandler() |
| Constructor and Description |
|---|
Dispatcher(ContextHandler contextHandler,
String name) |
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(ServletContext context) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorHandler |
ErrorHandler.getErrorHandler(Server server,
ContextHandler 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(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.