| 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
|
| Modifier and Type | Method | Description |
|---|---|---|
ContextHandler |
HttpChannelState.getContextHandler() |
| Constructor | Description |
|---|---|
Dispatcher(ContextHandler contextHandler,
java.lang.String name) |
|
Dispatcher(ContextHandler contextHandler,
HttpURI uri,
java.lang.String pathInContext) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MovedContextHandler |
Moved ContextHandler.
|
| Modifier and Type | Method | Description |
|---|---|---|
ContextHandler |
ContextHandlerCollection.addContext(java.lang.String contextPath,
java.lang.String resourceBase) |
Add a context handler.
|
ContextHandler |
ContextHandler.Context.getContextHandler() |
|
static ContextHandler |
ContextHandler.getContextHandler(javax.servlet.ServletContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
static ErrorHandler |
ErrorHandler.getErrorHandler(Server server,
ContextHandler context) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
ContextHandlerCollection.setContextClass(java.lang.Class<? extends ContextHandler> contextClass) |
| Constructor | Description |
|---|---|
ContextHandlerCollection(ContextHandler... contexts) |
|
ManagedAttributeListener(ContextHandler context,
java.lang.String... managedAttributes) |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
AbstractHandlerMBean.getContextName(ContextHandler context) |
Copyright © 1995–2018 Webtide. All rights reserved.