com.arsdigita.cms.dispatcher
Class FileDispatcher
java.lang.Object
com.arsdigita.cms.dispatcher.FileDispatcher
- All Implemented Interfaces:
- com.arsdigita.dispatcher.ChainedDispatcher
- public class FileDispatcher
- extends Object
- implements com.arsdigita.dispatcher.ChainedDispatcher
Dispatches to a file
stored under the CMS package root
(/packages/cms/www
). This includes both unmanaged
files copied or created directly in the file system, as well as
pages and assets published to the file system from CMS.
- Version:
- $Revision: #12 $ $DateTime: 2004/04/07 16:07:11 $
- Author:
- Karl Goldstein (karlg@arsdigita.com)
Fields inherited from interface com.arsdigita.dispatcher.ChainedDispatcher |
DISPATCH_BREAK, DISPATCH_CONTINUE |
Method Summary |
int |
chainedDispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.arsdigita.dispatcher.RequestContext context)
|
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
FileDispatcher
public FileDispatcher()
chainedDispatch
public int chainedDispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.arsdigita.dispatcher.RequestContext context)
throws IOException,
javax.servlet.ServletException
- Specified by:
chainedDispatch
in interface com.arsdigita.dispatcher.ChainedDispatcher
- Throws:
IOException
javax.servlet.ServletException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC