Class 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
    • 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
      Context()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void checkListener​(java.lang.Class<? extends java.util.EventListener> listener)  
      javax.servlet.ServletContext getContext​(java.lang.String uripath)  
      java.net.URL getResource​(java.lang.String path)  
      • Methods inherited from class org.eclipse.jetty.servlet.ServletContextHandler.Context

        addFilter, addFilter, addFilter, addListener, addListener, addListener, addServlet, addServlet, addServlet, createFilter, createListener, createServlet, declareRoles, getDefaultSessionTrackingModes, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getJspConfigDescriptor, getNamedDispatcher, getServletRegistration, getServletRegistrations, getSessionCookieConfig, setInitParameter, setJspConfigDescriptor, setSessionTrackingModes
      • Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler.Context

        createInstance, getAttribute, getAttributeNames, getClassLoader, getContextHandler, getContextPath, getInitParameter, 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 Detail

      • Context

        public Context()
    • Method Detail

      • checkListener

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

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

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