Class ClassifiedValidationHandler
java.lang.Object
org.silverpeas.components.classifieds.servlets.FunctionHandler
org.silverpeas.components.classifieds.servlets.handler.ClassifiedValidationHandler
- Direct Known Subclasses:
ClassifiedRefuseHandler,ClassifiedValidateHandler
Handler takin in charge the validation of a classified.
- Author:
- mmoquillon
-
Field Summary
Fields inherited from class org.silverpeas.components.classifieds.servlets.FunctionHandler
ROOT_DESTINATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final StringnextDestination(ClassifiedsSessionController classifiedsSC, org.silverpeas.core.web.http.HttpRequest request, String message) Once the validation (reject or accept) done, compute the next destination of the user web navigation.Methods inherited from class org.silverpeas.components.classifieds.servlets.FunctionHandler
computeDestination, getDestination, getPublicationTemplate, getSubscriptionFields, isAnonymousAccess, setDataRecord
-
Constructor Details
-
ClassifiedValidationHandler
public ClassifiedValidationHandler()
-
-
Method Details
-
nextDestination
protected final String nextDestination(ClassifiedsSessionController classifiedsSC, org.silverpeas.core.web.http.HttpRequest request, String message) Once the validation (reject or accept) done, compute the next destination of the user web navigation.- Parameters:
classifiedsSC- the controllerrequest- the HTTP requestmessage- the message to print out to the user- Returns:
- the URL of the web page to go to
-