Class ServletContextHandler.ServletScopedContext
java.lang.Object
org.eclipse.jetty.util.Attributes.Wrapper
org.eclipse.jetty.util.Attributes.Layer
org.eclipse.jetty.server.handler.ContextHandler.ScopedContext
org.eclipse.jetty.ee11.servlet.ServletContextHandler.ServletScopedContext
- All Implemented Interfaces:
 Executor, Context, Attributes, Decorator
- Enclosing class:
 ServletContextHandler
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Attributes
Attributes.Layer, Attributes.Lazy, Attributes.Mapped, Attributes.Synthetic, Attributes.WrapperNested classes/interfaces inherited from interface Context
Context.Wrapper - 
Field Summary
Fields inherited from interface Attributes
NULL - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription<T> TcreateInstance(BaseHolder<T> holder) <T extends jakarta.servlet.Filter>
voiddestroyFilter(T f) <T extends jakarta.servlet.Servlet>
voiddestroyServlet(T s) protected DecoratedObjectFactoryvoidsetExtendedListenerTypes(boolean b) Methods inherited from class ContextHandler.ScopedContext
accept, call, decorate, destroy, execute, execute, getBaseResource, getClassLoader, getContextHandler, getContextPath, getCrossContextDispatchType, getErrorHandler, getMimeTypes, getPathInContext, getTempDirectory, getVirtualHosts, isCrossContextDispatch, run, run, test, toStringMethods inherited from class Attributes.Layer
clearAttributes, clearLayerAttributes, getAttribute, getAttributeNameSet, getPersistentAttributes, removeAttribute, setAttributeMethods inherited from class Attributes.Wrapper
equals, getWrapped, hashCodeMethods inherited from interface Attributes
asAttributeMap, clearAttributes, equals, getAttribute, getAttributeNameSet, hashCode, removeAttribute, setAttribute 
- 
Constructor Details
- 
ServletScopedContext
public ServletScopedContext() 
 - 
 - 
Method Details
- 
getServletContext
 - 
getServletContextHandler
 - 
getDecoratedObjectFactory
- Overrides:
 getDecoratedObjectFactoryin classContextHandler.ScopedContext
 - 
createInstance
- Throws:
 jakarta.servlet.ServletException
 - 
destroyFilter
public <T extends jakarta.servlet.Filter> void destroyFilter(T f)  - 
destroyServlet
public <T extends jakarta.servlet.Servlet> void destroyServlet(T s)  - 
setExtendedListenerTypes
public void setExtendedListenerTypes(boolean b)  
 -