| 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.session |
Jetty Server : Session Management Implementations
|
| 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.Context |
AsyncContextEvent._context |
private ContextHandler.Context |
Request._context |
| Modifier and Type | Method and Description |
|---|---|
ContextHandler.Context |
AsyncContextEvent.getContext() |
ContextHandler.Context |
Request.getContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setContext(ContextHandler.Context context)
Set request context
|
| Constructor and Description |
|---|
AsyncContextEvent(ContextHandler.Context context,
AsyncContextState asyncContext,
HttpChannelState state,
Request baseRequest,
javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
| Modifier and Type | Field and Description |
|---|---|
protected ContextHandler.Context |
ContextHandler._scontext |
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<ContextHandler.Context> |
ContextHandler.__context |
| Modifier and Type | Method and Description |
|---|---|
static ContextHandler.Context |
ContextHandler.getCurrentContext()
Get the current ServletContext implementation.
|
ContextHandler.Context |
ContextHandler.getServletContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextHandler.ContextScopeListener.enterScope(ContextHandler.Context context,
Request request,
java.lang.Object reason) |
void |
ContextHandler.ContextScopeListener.exitScope(ContextHandler.Context context,
Request request) |
| Constructor and Description |
|---|
ContextHandler(ContextHandler.Context context) |
ContextHandler(ContextHandler.Context context,
HandlerContainer parent,
java.lang.String contextPath) |
| Modifier and Type | Field and Description |
|---|---|
private ContextHandler.Context |
SessionContext._context |
protected ContextHandler.Context |
SessionHandler._context |
| Modifier and Type | Method and Description |
|---|---|
ContextHandler.Context |
SessionContext.getContext() |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
SessionContext.canonicalizeContextPath(ContextHandler.Context context) |
private java.lang.String |
SessionContext.canonicalizeVHost(ContextHandler.Context context)
Get the first virtual host for the context.
|
| Constructor and Description |
|---|
SessionContext(java.lang.String workerName,
ContextHandler.Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletContextHandler.Context |
| Modifier and Type | Class and Description |
|---|---|
class |
WebAppContext.Context |