com.silverpeas.silvercrawler.servlets.handlers
Class UploadFileHandler

java.lang.Object
  extended by com.silverpeas.silvercrawler.servlets.handlers.FunctionHandler
      extended by com.silverpeas.silvercrawler.servlets.handlers.UploadFileHandler

public class UploadFileHandler
extends FunctionHandler

Handler for use case : upload file form has been submitted.

Author:
Ludovic Bertin

Field Summary
 
Fields inherited from class com.silverpeas.silvercrawler.servlets.handlers.FunctionHandler
ROOT_DESTINATION
 
Constructor Summary
UploadFileHandler()
           
 
Method Summary
 String getDestination(SilverCrawlerSessionController sessionController, javax.servlet.http.HttpServletRequest req)
          Process the request and returns the response url.
 
Methods inherited from class com.silverpeas.silvercrawler.servlets.handlers.FunctionHandler
computeDestination, getUserHighestRole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UploadFileHandler

public UploadFileHandler()
Method Detail

getDestination

public String getDestination(SilverCrawlerSessionController sessionController,
                             javax.servlet.http.HttpServletRequest req)
                      throws Exception
Description copied from class: FunctionHandler
Process the request and returns the response url.

Specified by:
getDestination in class FunctionHandler
Parameters:
sessionController - the user request context
req - the user request params
Throws:
Exception


Copyright © 2016 Silverpeas. All Rights Reserved.