Class DefaultURLHandlerFilterExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.cms.web.DefaultURLHandlerFilterExtensionHandler
All Implemented Interfaces:
URLHandlerFilterExtensionHandler, org.broadleafcommerce.common.extension.ExtensionHandler

public class DefaultURLHandlerFilterExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements URLHandlerFilterExtensionHandler
  • Field Summary

    Fields inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    enabled, priority
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    processPreRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String newURL)
    Performs any processing of a request this is being forwarded or redirected to a different URL

    Methods inherited from class org.broadleafcommerce.common.extension.AbstractExtensionHandler

    getPriority, isEnabled, setEnabled, setPriority

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.broadleafcommerce.common.extension.ExtensionHandler

    getPriority, isEnabled
  • Constructor Details

    • DefaultURLHandlerFilterExtensionHandler

      public DefaultURLHandlerFilterExtensionHandler()
  • Method Details

    • processPreRedirect

      public org.broadleafcommerce.common.extension.ExtensionResultStatusType processPreRedirect(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, String newURL)
      Description copied from interface: URLHandlerFilterExtensionHandler
      Performs any processing of a request this is being forwarded or redirected to a different URL
      Specified by:
      processPreRedirect in interface URLHandlerFilterExtensionHandler
      Returns: