Class AbstractCacheKeyResolverExtensionHandler

java.lang.Object
org.broadleafcommerce.common.extension.AbstractExtensionHandler
org.broadleafcommerce.core.web.service.AbstractCacheKeyResolverExtensionHandler
All Implemented Interfaces:
org.broadleafcommerce.common.extension.ExtensionHandler, CacheKeyResolverExtensionHandler

public class AbstractCacheKeyResolverExtensionHandler extends org.broadleafcommerce.common.extension.AbstractExtensionHandler implements CacheKeyResolverExtensionHandler
  • 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
    updateCacheKey(StringBuilder stringBuilder, boolean hasProducts)
    The passed in StringBuilder represents the current state of the cache key prior to running any extension handlers.

    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

    • AbstractCacheKeyResolverExtensionHandler

      public AbstractCacheKeyResolverExtensionHandler()
  • Method Details

    • updateCacheKey

      public org.broadleafcommerce.common.extension.ExtensionResultStatusType updateCacheKey(StringBuilder stringBuilder, boolean hasProducts)
      Description copied from interface: CacheKeyResolverExtensionHandler
      The passed in StringBuilder represents the current state of the cache key prior to running any extension handlers.

      Any implementations of this processor can read modify the passed in stringBuilder as needed.

      Specified by:
      updateCacheKey in interface CacheKeyResolverExtensionHandler
      Returns: