com.arsdigita.cms.dispatcher
Class FileDispatcher

java.lang.Object
  extended bycom.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)

Field Summary
static String versionId
           
 
Fields inherited from interface com.arsdigita.dispatcher.ChainedDispatcher
DISPATCH_BREAK, DISPATCH_CONTINUE
 
Constructor Summary
FileDispatcher()
           
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

FileDispatcher

public FileDispatcher()
Method Detail

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 21 2004:2352 UTC