Class WebAppContext.ServletApiContext

java.lang.Object
org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
org.eclipse.jetty.ee10.webapp.WebAppContext.ServletApiContext
All Implemented Interfaces:
jakarta.servlet.ServletContext
Enclosing class:
WebAppContext

public class WebAppContext.ServletApiContext extends org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
  • Field Summary

    Fields inherited from class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi

    _enabled, _extendedListenerTypes, SERVLET_MAJOR_VERSION, SERVLET_MINOR_VERSION

    Fields inherited from interface jakarta.servlet.ServletContext

    ORDERED_LIBS, TEMPDIR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.servlet.ServletContext
     
     

    Methods inherited from class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi

    addFilter, addFilter, addFilter, addJspFile, addListener, addListener, addListener, addServlet, addServlet, addServlet, checkListener, createFilter, createInstance, createListener, createServlet, declareRoles, getAttribute, getAttributeNames, getClassLoader, getContext, getContextHandler, getContextPath, getDefaultSessionTrackingModes, getEffectiveMajorVersion, getEffectiveMinorVersion, getEffectiveSessionTrackingModes, getFilterRegistration, getFilterRegistrations, getInitParameter, getInitParameterNames, getJspConfigDescriptor, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestCharacterEncoding, getRequestDispatcher, getResourceAsStream, getResourcePaths, getResponseCharacterEncoding, getServerInfo, getServletContextName, getServletRegistration, getServletRegistrations, getSessionCookieConfig, getSessionTimeout, getVirtualServerName, isEnabled, isExtendedListenerTypes, log, log, removeAttribute, setAttribute, setEffectiveMajorVersion, setEffectiveMinorVersion, setEnabled, setExtendedListenerTypes, setInitParameter, setJspConfigDescriptor, setRequestCharacterEncoding, setResponseCharacterEncoding, setSessionTimeout, setSessionTrackingModes, toString

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ServletApiContext

      public ServletApiContext()
  • Method Details

    • getContext

      public jakarta.servlet.ServletContext getContext(String path)
      Specified by:
      getContext in interface jakarta.servlet.ServletContext
      Overrides:
      getContext in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
    • getResource

      public URL getResource(String path) throws MalformedURLException
      Specified by:
      getResource in interface jakarta.servlet.ServletContext
      Overrides:
      getResource in class org.eclipse.jetty.ee10.servlet.ServletContextHandler.ServletContextApi
      Throws:
      MalformedURLException