Class ClassifiedValidationHandler

java.lang.Object
org.silverpeas.components.classifieds.servlets.FunctionHandler
org.silverpeas.components.classifieds.servlets.handler.ClassifiedValidationHandler
Direct Known Subclasses:
ClassifiedRefuseHandler, ClassifiedValidateHandler

public abstract class ClassifiedValidationHandler extends FunctionHandler
Handler takin in charge the validation of a classified.
Author:
mmoquillon
  • 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 controller
      request - the HTTP request
      message - the message to print out to the user
      Returns:
      the URL of the web page to go to