| Package | Description |
|---|---|
| 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
|
| 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() |
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.