com.arsdigita.ui.login
Class SubsiteDispatcher
java.lang.Object
com.arsdigita.dispatcher.MapDispatcher
com.arsdigita.bebop.page.BebopMapDispatcher
com.arsdigita.bebop.BebopMapDispatcher
com.arsdigita.ui.login.SubsiteDispatcher
- All Implemented Interfaces:
- Dispatcher
- public class SubsiteDispatcher
- extends BebopMapDispatcher
Dispatcher for the login package. Manages user registration page, new user
page, user workspace, logout, and permissions admin pages.
- Author:
- Sameer Ajmani
Constructor Summary |
SubsiteDispatcher()
Initializes dispatcher by registering URLs with bebop pages. |
Method Summary |
protected void |
preprocessRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx,
String url)
Provides the opportunity for subclasses to do
some preprocessing of a given url, before it
is handed off to the main dispatcher. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionId
public static final String versionId
- See Also:
- Constant Field Values
APPLICATION_NAME
public static final String APPLICATION_NAME
- See Also:
- Constant Field Values
SubsiteDispatcher
public SubsiteDispatcher()
- Initializes dispatcher by registering URLs with bebop pages.
preprocessRequest
protected void preprocessRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx,
String url)
- Description copied from class:
MapDispatcher
- Provides the opportunity for subclasses to do
some preprocessing of a given url, before it
is handed off to the main dispatcher. The typical
action is to set the cache control policy.
- Overrides:
preprocessRequest
in class MapDispatcher
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC