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