Class SearchHandler
java.lang.Object
org.silverpeas.components.classifieds.servlets.FunctionHandler
org.silverpeas.components.classifieds.servlets.handler.SearchHandler
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 -
Method Summary
Modifier and TypeMethodDescriptiongetDestination(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, getSubscriptionFields, isAnonymousAccess, setDataRecord
-
Constructor Details
-
SearchHandler
public SearchHandler()
-
-
Method Details
-
getDestination
public String getDestination(ClassifiedsSessionController classifiedsSC, org.silverpeas.core.web.http.HttpRequest request) throws Exception Description copied from class:FunctionHandlerProcess the request and returns the response url.- Specified by:
getDestinationin classFunctionHandler- Parameters:
classifiedsSC- the user request contextrequest- the user request params- Throws:
Exception
-