Interface ProductUrlDuplicatorExtensionHandler

All Superinterfaces:
org.broadleafcommerce.common.extension.ExtensionHandler

public interface ProductUrlDuplicatorExtensionHandler extends org.broadleafcommerce.common.extension.ExtensionHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    org.broadleafcommerce.common.extension.ExtensionResultStatusType
    modifyUrl(String url, Product product, org.broadleafcommerce.common.extension.ExtensionResultHolder<String> holder)
     

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

    getPriority, isEnabled
  • Method Details

    • modifyUrl

      org.broadleafcommerce.common.extension.ExtensionResultStatusType modifyUrl(String url, Product product, org.broadleafcommerce.common.extension.ExtensionResultHolder<String> holder)