Class ContextHandler.Context

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

public class ContextHandler.Context extends ContextHandler.StaticContext
Context.

A partial implementation of ServletContext. A complete implementation is provided by the derived ContextHandler implementations.

  • Field Details

    • _enabled

      protected boolean _enabled
    • _extendedListenerTypes

      protected boolean _extendedListenerTypes
  • Constructor Details

    • Context

      protected Context()
  • Method Details