Class WebAppContext.Context

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

public class WebAppContext.Context extends org.eclipse.jetty.servlet.ServletContextHandler.Context
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes

    org.eclipse.jetty.util.Attributes.Wrapper

    Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable

    org.eclipse.jetty.util.component.Dumpable.DumpableContainer
  • Field Summary

    Fields inherited from class org.eclipse.jetty.server.handler.ContextHandler.Context

    _enabled, _extendedListenerTypes

    Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

    KEY

    Fields inherited from interface javax.servlet.ServletContext

    ORDERED_LIBS, TEMPDIR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    checkListener(Class<? extends EventListener> listener)
     
    javax.servlet.ServletContext
    getContext(String uripath)
     
     

    Methods inherited from class org.eclipse.jetty.servlet.ServletContextHandler.Context

    addFilter, addFilter, addFilter, addJspFile, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createInstance, createInstance, createListener, createServlet, declareRoles, destroyFilter, destroyServlet, getDefaultSessionTrackingModes, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getInitParameter, getJspConfigDescriptor, getNamedDispatcher, getRequestCharacterEncoding, getResponseCharacterEncoding, getServletRegistration, getServletRegistrations, getSessionCookieConfig, getSessionTimeout, setInitParameter, setJspConfigDescriptor, setRequestCharacterEncoding, setResponseCharacterEncoding, setSessionTimeout, setSessionTrackingModes

    Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler.Context

    getAttribute, getAttributeNames, getClassLoader, getContextHandler, getContextPath, getInitParameterNames, getMimeType, getRealPath, getRequestDispatcher, getResourceAsStream, getResourcePaths, getServletContextName, getVirtualServerName, isEnabled, isExtendedListenerTypes, log, log, log, removeAttribute, setAttribute, setEnabled, setExtendedListenerTypes, toString

    Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler.StaticContext

    getEffectiveMajorVersion, getEffectiveMinorVersion, getMajorVersion, getMinorVersion, getServerInfo, getServlet, getServletNames, getServlets, setEffectiveMajorVersion, setEffectiveMinorVersion

    Methods inherited from class org.eclipse.jetty.util.AttributesMap

    addAll, clearAttributes, dump, dump, getAttributeEntrySet, getAttributeNamesCopy, getAttributeNameSet, size

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

    dumpSelf
  • Constructor Details

    • Context

      public Context()
  • Method Details

    • checkListener

      public void checkListener(Class<? extends EventListener> listener) throws IllegalStateException
      Overrides:
      checkListener in class org.eclipse.jetty.server.handler.ContextHandler.Context
      Throws:
      IllegalStateException
    • getResource

      public URL getResource(String path) throws MalformedURLException
      Specified by:
      getResource in interface javax.servlet.ServletContext
      Overrides:
      getResource in class org.eclipse.jetty.server.handler.ContextHandler.Context
      Throws:
      MalformedURLException
    • getContext

      public javax.servlet.ServletContext getContext(String uripath)
      Specified by:
      getContext in interface javax.servlet.ServletContext
      Overrides:
      getContext in class org.eclipse.jetty.server.handler.ContextHandler.Context