Class AppEngineWebAppContext.AppEngineServletContext

  • All Implemented Interfaces:
    javax.servlet.ServletContext, org.eclipse.jetty.util.Attributes, org.eclipse.jetty.util.component.Dumpable
    Enclosing class:
    AppEngineWebAppContext

    public class AppEngineWebAppContext.AppEngineServletContext
    extends org.eclipse.jetty.webapp.WebAppContext.Context
    A context that uses our logs API to log messages.
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ClassLoader getClassLoader()  
      String getServerInfo()  
      void log​(Exception exception, String msg)  
      void log​(String message)  
      void log​(String message, Throwable throwable)
      • Methods inherited from class org.eclipse.jetty.webapp.WebAppContext.Context

        checkListener, getContext, getResource
      • Methods inherited from class org.eclipse.jetty.servlet.ServletContextHandler.Context

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

        getAttribute, getAttributeNames, getContextHandler, getContextPath, getInitParameter, getInitParameterNames, getMimeType, getRealPath, getRequestDispatcher, getResourceAsStream, getResourcePaths, getServletContextName, getVirtualServerName, isEnabled, isExtendedListenerTypes, removeAttribute, setAttribute, setEnabled, setExtendedListenerTypes, toString
      • Methods inherited from class org.eclipse.jetty.server.handler.ContextHandler.StaticContext

        createFilter, createListener, createServlet, getEffectiveMajorVersion, getEffectiveMinorVersion, getMajorVersion, getMinorVersion, 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 interface org.eclipse.jetty.util.component.Dumpable

        dumpSelf
    • Constructor Detail

      • AppEngineServletContext

        public AppEngineServletContext()
    • Method Detail

      • getClassLoader

        public ClassLoader getClassLoader()
        Specified by:
        getClassLoader in interface javax.servlet.ServletContext
        Overrides:
        getClassLoader in class org.eclipse.jetty.server.handler.ContextHandler.Context
      • getServerInfo

        public String getServerInfo()
        Specified by:
        getServerInfo in interface javax.servlet.ServletContext
        Overrides:
        getServerInfo in class org.eclipse.jetty.server.handler.ContextHandler.StaticContext
      • log

        public void log​(String message)
        Specified by:
        log in interface javax.servlet.ServletContext
        Overrides:
        log in class org.eclipse.jetty.server.handler.ContextHandler.Context
      • log

        public void log​(String message,
                        Throwable throwable)
        Specified by:
        log in interface javax.servlet.ServletContext
        Overrides:
        log in class org.eclipse.jetty.server.handler.ContextHandler.Context
        Parameters:
        throwable - an exception associated with this log message, or null.
      • log

        public void log​(Exception exception,
                        String msg)
        Specified by:
        log in interface javax.servlet.ServletContext
        Overrides:
        log in class org.eclipse.jetty.server.handler.ContextHandler.Context