Interface Context

All Superinterfaces:
org.eclipse.jetty.util.Attributes, org.eclipse.jetty.util.Decorator, Executor
All Known Implementing Classes:
ContextHandler.ScopedContext

public interface Context extends org.eclipse.jetty.util.Attributes, org.eclipse.jetty.util.Decorator, Executor

A context for handling an Request. Every request has a non-null context, which may initially be the server context, or a context provided by a ContextHandler. A Context:

See Also: