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.servlet |
Jetty Server : Modular Servlet Integration
|
org.eclipse.jetty.webapp |
Jetty Util : Modular Web Application Support
|
Modifier and Type | Field and Description |
---|---|
private ContextHandler |
Dispatcher._contextHandler |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
HttpChannelState.getContextHandler() |
ContextHandler |
UserIdentity.Scope.getContextHandler() |
(package private) ContextHandler |
HttpChannelState.getContextHandler(AsyncContextEvent event) |
Constructor and Description |
---|
Dispatcher(ContextHandler contextHandler,
HttpURI uri,
java.lang.String pathInContext) |
Dispatcher(ContextHandler contextHandler,
java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
class |
MovedContextHandler
Moved ContextHandler.
|
Modifier and Type | Field and Description |
---|---|
(package private) ContextHandler |
ManagedAttributeListener._context |
(package private) ContextHandler |
ResourceHandler._context |
private ContextHandler[] |
ContextHandlerCollection.Branch._contexts |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<ContextHandler,Handler> |
ContextHandlerCollection.Mapping._contextBranches |
private java.lang.Class<? extends ContextHandler> |
ContextHandlerCollection._contextClass
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ContextHandler |
ContextHandlerCollection.addContext(java.lang.String contextPath,
java.lang.String resourceBase)
Deprecated.
Unused convenience method no longer supported.
|
ContextHandler |
ContextHandler.Context.getContextHandler() |
static ContextHandler |
ContextHandler.getContextHandler(javax.servlet.ServletContext context) |
(package private) ContextHandler[] |
ContextHandlerCollection.Branch.getContextHandlers() |
Modifier and Type | Method and Description |
---|---|
static ErrorHandler |
ErrorHandler.getErrorHandler(Server server,
ContextHandler context) |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandlerCollection.setContextClass(java.lang.Class<? extends ContextHandler> contextClass)
Deprecated.
Unused convenience mechanism not used.
|
Constructor and Description |
---|
ContextHandlerCollection(ContextHandler... contexts) |
ManagedAttributeListener(ContextHandler context,
java.lang.String... managedAttributes) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstractHandlerMBean.getContextName(ContextHandler context) |
Modifier and Type | Class and Description |
---|---|
class |
ServletContextHandler
Servlet Context.
|
Modifier and Type | Field and Description |
---|---|
private ContextHandler |
JspPropertyGroupServlet._contextHandler |
private ContextHandler |
Invoker._contextHandler |
private ContextHandler |
DefaultServlet._contextHandler |
Modifier and Type | Method and Description |
---|---|
ContextHandler |
ServletHolder.getContextHandler() |
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.
|