org.jasig.portal
Class DownloadDispatchWorker

java.lang.Object
  extended by org.jasig.portal.DownloadDispatchWorker
All Implemented Interfaces:
IWorkerRequestProcessor

Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release

@Deprecated
public class DownloadDispatchWorker
extends Object
implements IWorkerRequestProcessor

Provides file download capability for the portal.

Author:
Sridhar Venkatesh, Peter Kharchenko pkharchenko@interactivebusiness.com"

Constructor Summary
DownloadDispatchWorker()
          Deprecated.  
 
Method Summary
 void processWorkerDispatch(PortalControlStructures pcs)
          Deprecated. Process a worker request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadDispatchWorker

public DownloadDispatchWorker()
Deprecated. 
Method Detail

processWorkerDispatch

public void processWorkerDispatch(PortalControlStructures pcs)
                           throws PortalException
Deprecated. 
Description copied from interface: IWorkerRequestProcessor
Process a worker request.

Specified by:
processWorkerDispatch in interface IWorkerRequestProcessor
Parameters:
pcs - a PortalControlStructures object
Throws:
PortalException - if an error occurs


Copyright © 2010 Jasig. All Rights Reserved.