uPortal 2.4.1
API Documentation

org.jasig.portal
Class DownloadDispatchWorker

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

public class DownloadDispatchWorker
extends java.lang.Object
implements IWorkerRequestProcessor

Provides file download capability for the portal.

Author:
Sridhar Venkatesh, Peter Kharchenko

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

Constructor Detail

DownloadDispatchWorker

public DownloadDispatchWorker()
Method Detail

processWorkerDispatch

public void processWorkerDispatch(PortalControlStructures pcs)
                           throws PortalException
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

uPortal 2.4.1
API Documentation