Class ProcessDragAndDropHandler
- java.lang.Object
-
- org.silverpeas.components.silvercrawler.servlets.handlers.FunctionHandler
-
- org.silverpeas.components.silvercrawler.servlets.handlers.ProcessDragAndDropHandler
-
public class ProcessDragAndDropHandler extends FunctionHandler
Handler for use case : files/folder have been dropped into dragNDrop area.- Author:
- Ludovic Bertin
-
-
Field Summary
-
Fields inherited from class org.silverpeas.components.silvercrawler.servlets.handlers.FunctionHandler
ROOT_DESTINATION
-
-
Constructor Summary
Constructors Constructor Description ProcessDragAndDropHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDestination(SilverCrawlerSessionController sessionController, javax.servlet.http.HttpServletRequest request)Process the request and returns the response url.-
Methods inherited from class org.silverpeas.components.silvercrawler.servlets.handlers.FunctionHandler
computeDestination, getUserHighestRole
-
-
-
-
Method Detail
-
getDestination
public String getDestination(SilverCrawlerSessionController sessionController, javax.servlet.http.HttpServletRequest request) throws Exception
Description copied from class:FunctionHandlerProcess the request and returns the response url.- Specified by:
getDestinationin classFunctionHandler- Parameters:
sessionController- the user request contextrequest- the user request params- Throws:
Exception
-
-