ScopedServletContext Interface
- public interface ScopedServletContext
extends ServletContext
A wrapper around ServletContext, associated with a given scope-key. All calls to setAttribute,
getAttribute, removeAttribute, etc. are scoped to this object, while most other functionality
delegates to the wrapped ServletContext.
-
All Superinterfaces
-
ServletContext
Methods from interface javax.servlet.ServletContext |
getAttribute, getAttributeNames, getContext, getInitParameter, getInitParameterNames, getMajorVersion, getMimeType, getMinorVersion, getNamedDispatcher, getRealPath, getRequestDispatcher, getResource, getResourceAsStream, getResourcePaths, getServerInfo, getServlet, getServletContextName, getServletNames, getServlets, log, log, log, removeAttribute, setAttribute |
getRealContext() Method
public ServletContext
getRealContext()
getScopeKey() Method
public Object
getScopeKey()