ScopedServletContext Interface

com.bea.wlw.netui.pageflow.scoping
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

Method Summary

public ServletContext
getRealContext()
public Object
getScopeKey()
 
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
   

Method Detail

getRealContext() Method

public ServletContext getRealContext()

getScopeKey() Method

public Object getScopeKey()