Package org.eclipse.jetty.webapp
Class WebAppContext.Context
- All Implemented Interfaces:
jakarta.servlet.ServletContext
,Attributes
,Dumpable
- Enclosing class:
- WebAppContext
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Attributes
Attributes.Wrapper
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Field Summary
Fields inherited from class org.eclipse.jetty.server.handler.ContextHandler.Context
_enabled, _extendedListenerTypes
Fields inherited from interface jakarta.servlet.ServletContext
ORDERED_LIBS, TEMPDIR
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkListener
(Class<? extends EventListener> listener) jakarta.servlet.ServletContext
getContext
(String uripath) getResource
(String path) 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
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
checkListener
- Overrides:
checkListener
in classContextHandler.Context
- Throws:
IllegalStateException
-
getResource
- Specified by:
getResource
in interfacejakarta.servlet.ServletContext
- Overrides:
getResource
in classContextHandler.Context
- Throws:
MalformedURLException
-
getContext
- Specified by:
getContext
in interfacejakarta.servlet.ServletContext
- Overrides:
getContext
in classContextHandler.Context
-