Class SearchResultsHandler
- java.lang.Object
-
- org.silverpeas.components.classifieds.servlets.FunctionHandler
-
- org.silverpeas.components.classifieds.servlets.handler.SearchResultsHandler
-
public class SearchResultsHandler extends FunctionHandler
Use Case : for all users, show all adds of given category- Author:
- Ludovic Bertin
-
-
Field Summary
-
Fields inherited from class org.silverpeas.components.classifieds.servlets.FunctionHandler
ROOT_DESTINATION
-
-
Constructor Summary
Constructors Constructor Description SearchResultsHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDestination(ClassifiedsSessionController classifiedsSC, org.silverpeas.core.web.http.HttpRequest request)
Process the request and returns the response url.-
Methods inherited from class org.silverpeas.components.classifieds.servlets.FunctionHandler
computeDestination, getPublicationTemplate, isAnonymousAccess
-
-
-
-
Method Detail
-
getDestination
public String getDestination(ClassifiedsSessionController classifiedsSC, org.silverpeas.core.web.http.HttpRequest request) throws Exception
Description copied from class:FunctionHandler
Process the request and returns the response url.- Specified by:
getDestination
in classFunctionHandler
- Parameters:
classifiedsSC
- the user request contextrequest
- the user request params- Throws:
Exception
-
-