com.arsdigita.cms.dispatcher
Class DownloadAsset
java.lang.Object
com.arsdigita.cms.dispatcher.ResourceHandlerImpl
com.arsdigita.cms.dispatcher.BaseAsset
com.arsdigita.cms.dispatcher.DownloadAsset
- All Implemented Interfaces:
- com.arsdigita.dispatcher.Dispatcher, ResourceHandler
- public class DownloadAsset
- extends com.arsdigita.cms.dispatcher.BaseAsset
A servlet used for downloading DPAssets.
- Version:
- $Id: //cms/dev/src/com/arsdigita/cms/dispatcher/DownloadAsset.java#11 $
- Author:
- Michael Pih (pihman@arsdigita.com)
Method Summary |
void |
dispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.arsdigita.dispatcher.RequestContext actx)
Services this resource. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASSET_ID
public static final String ASSET_ID
- See Also:
- Constant Field Values
versionId
public static final String versionId
- See Also:
- Constant Field Values
OID_PARAM
public static final String OID_PARAM
- See Also:
- Constant Field Values
DownloadAsset
public DownloadAsset()
dispatch
public final void dispatch(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
com.arsdigita.dispatcher.RequestContext actx)
throws IOException,
javax.servlet.ServletException
- Description copied from class:
ResourceHandlerImpl
- Services this resource.
- Specified by:
dispatch
in interface com.arsdigita.dispatcher.Dispatcher
- Specified by:
dispatch
in class ResourceHandlerImpl
- Parameters:
request
- The servlet request objectresponse
- the servlet response objectactx
- The request context
- Throws:
IOException
javax.servlet.ServletException
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2352 UTC