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 | Method and Description |
---|---|
ContextHandler |
UserIdentity.Scope.getContextHandler() |
ContextHandler |
HttpChannelState.getContextHandler() |
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 | 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) |
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 | 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.
|
Copyright © 1995–2021 Webtide. All rights reserved.