| java.lang.Object uk.org.ponder.rsac.servlet.RSACUtils
RSACUtils | public class RSACUtils (Code) | | author: andrew, Antranig |
HTTP_SERVLET_FACTORY | final public static String HTTP_SERVLET_FACTORY(Code) | | The default name for the bean representing the HttpServletFactory *
|
REQUEST_SCOPE_APP_CONTEXT_ATTRIBUTE | final public static String REQUEST_SCOPE_APP_CONTEXT_ATTRIBUTE(Code) | | |
protoStartServletRequest | public static void protoStartServletRequest(HttpServletRequest request, RSACBeanLocator rsacbl)(Code) | | This method is to be used in the awkward situation where a request is
subject to a RequestDispatch partway through its lifecycle, and the request
visible to it is not the one for which the RSAC context is required to
execute, but client nonetheless wishes to populate or amend some beans into
the request scope. Clearly none of these beans should be RequestAware.
This method has the effect of marking the bean container both onto the
current thread and onto a request attributes, which it is assumed the
request dispatcher has the sense not to trash.
Parameters: rsacbl - |
removeRequestApplicationContext | public static void removeRequestApplicationContext(ServletRequest request)(Code) | | |
|
|