java.lang.Object
org.eclipse.jetty.util.AttributesMap
org.eclipse.jetty.server.handler.ContextHandler.StaticContext
org.eclipse.jetty.server.handler.ContextHandler.Context
org.eclipse.jetty.servlet.ServletContextHandler.Context
org.eclipse.jetty.webapp.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
-
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 -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkListener
(Class<? extends EventListener> listener) javax.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
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 Details
-
Context
public Context()
-
-
Method Details
-
checkListener
- Overrides:
checkListener
in classorg.eclipse.jetty.server.handler.ContextHandler.Context
- Throws:
IllegalStateException
-
getResource
- Specified by:
getResource
in interfacejavax.servlet.ServletContext
- Overrides:
getResource
in classorg.eclipse.jetty.server.handler.ContextHandler.Context
- Throws:
MalformedURLException
-
getContext
- Specified by:
getContext
in interfacejavax.servlet.ServletContext
- Overrides:
getContext
in classorg.eclipse.jetty.server.handler.ContextHandler.Context
-