com.arsdigita.ui.sitemap
Class SiteMapDispatcher
java.lang.Object
com.arsdigita.dispatcher.MapDispatcher
com.arsdigita.bebop.page.BebopMapDispatcher
com.arsdigita.bebop.BebopMapDispatcher
com.arsdigita.ui.sitemap.SiteMapDispatcher
- All Implemented Interfaces:
- Dispatcher
- public class SiteMapDispatcher
- extends BebopMapDispatcher
Dispatcher for SiteMap Admin functionality
Method Summary |
void |
dispatch(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
Looks up a target in the page map based on the remaining URL. |
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
SiteMapDispatcher
public SiteMapDispatcher()
- Constructor. Instantiates the subsite url/page mapping.
dispatch
public void dispatch(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse resp,
RequestContext ctx)
throws IOException,
javax.servlet.ServletException
- Description copied from class:
MapDispatcher
- Looks up a target in the page map based on the remaining URL.
If that page is found, serves it. Otherwise serves a default
not-found page.
- Specified by:
dispatch
in interface Dispatcher
- Overrides:
dispatch
in class MapDispatcher
- Throws:
IOException
javax.servlet.ServletException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC