Class ViewHistoryByUserHandler
- java.lang.Object
-
- org.silverpeas.components.silvercrawler.servlets.handlers.FunctionHandler
-
- org.silverpeas.components.silvercrawler.servlets.handlers.ViewHistoryByUserHandler
-
public class ViewHistoryByUserHandler extends FunctionHandler
Handler for use case : View history by user.- Author:
- Ludovic Bertin
-
-
Field Summary
-
Fields inherited from class org.silverpeas.components.silvercrawler.servlets.handlers.FunctionHandler
ROOT_DESTINATION
-
-
Constructor Summary
Constructors Constructor Description ViewHistoryByUserHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDestination(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:FunctionHandler
Process the request and returns the response url.- Specified by:
getDestination
in classFunctionHandler
- Parameters:
sessionController
- the user request contextrequest
- the user request params- Throws:
Exception
-
-