Modifier and Type | Method and Description |
---|---|
ContextHandler |
AsyncContinuation.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() |
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(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–2014 Mort Bay Consulting. All rights reserved.