|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RedirectException | |
com.arsdigita.dispatcher | System for dynamically handling the control of HTTP requests. |
com.arsdigita.kernel | Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. |
com.arsdigita.kernel.security | Provides user authentication, session tracking, and cryptography services. |
Uses of RedirectException in com.arsdigita.dispatcher |
Methods in com.arsdigita.dispatcher that throw RedirectException | |
protected RequestContext |
JSPApplicationDispatcher.authenticateUser(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
|
static String |
DispatcherHelper.resolveAbstractFile(File abstractFile,
RequestContext actx)
Deprecated. abstract URLs are no longer supported. Use extensions when your file on disk has an extension. |
protected abstract RequestContext |
BaseDispatcherServlet.authenticateUser(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
A placeholder method for performing user authentication during request processing. |
Uses of RedirectException in com.arsdigita.kernel |
Methods in com.arsdigita.kernel that throw RedirectException | |
protected RequestContext |
KernelDispatcherServlet.authenticateUser(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res,
RequestContext ctx)
|
Uses of RedirectException in com.arsdigita.kernel.security |
Constructors in com.arsdigita.kernel.security that throw RedirectException | |
UserContext(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Creates a user context from an HTTP request. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |