Uses of Class
org.mycore.frontend.fileupload.MCRUploadHandler

Packages that use MCRUploadHandler
org.mycore.frontend.fileupload   
 

Uses of MCRUploadHandler in org.mycore.frontend.fileupload
 

Subclasses of MCRUploadHandler in org.mycore.frontend.fileupload
 class MCRSWFUploadHandlerIFS
          handles uploads via the UploadApplet and store files directly into the IFS.
 class MCRSWFUploadHandlerMyCoRe
          This class stores files uploaded from the client applet as derivates into the workflow.
 class MCRUploadHandlerIFS
          handles uploads via the UploadApplet and store files directly into the IFS.
 

Methods in org.mycore.frontend.fileupload that return MCRUploadHandler
static MCRUploadHandler MCRUploadHandlerManager.getHandler(String uploadID)
           
 

Methods in org.mycore.frontend.fileupload with parameters of type MCRUploadHandler
(package private) static void MCRUploadHandlerManager.register(MCRUploadHandler handler)