Class ContextHandler.StaticContext

java.lang.Object
org.eclipse.jetty.util.AttributesMap
org.eclipse.jetty.server.handler.ContextHandler.StaticContext
All Implemented Interfaces:
jakarta.servlet.ServletContext, Attributes, Dumpable
Direct Known Subclasses:
ContextHandler.Context
Enclosing class:
ContextHandler

public static class ContextHandler.StaticContext extends AttributesMap implements jakarta.servlet.ServletContext
A simple implementation of ServletContext that is used when there is no ContextHandler. This is also used as the base for all other ServletContext implementations.