Class URLHandlerServiceImpl

java.lang.Object
org.broadleafcommerce.cms.url.service.URLHandlerServiceImpl
All Implemented Interfaces:
URLHandlerService

@Service("blURLHandlerService") public class URLHandlerServiceImpl extends Object implements URLHandlerService
Created by bpolster.
  • Field Details

    • REGEX_SPECIAL_CHARS_PATTERN

      protected static final String REGEX_SPECIAL_CHARS_PATTERN
      See Also:
    • NULL_URL_HANDLER

      protected static final NullURLHandler NULL_URL_HANDLER
    • urlHandlerCache

      protected javax.cache.Cache<String,URLHandler> urlHandlerCache
    • urlHandlerDao

      protected URLHandlerDao urlHandlerDao
    • statisticsService

      protected org.broadleafcommerce.common.cache.StatisticsService statisticsService
    • cacheManager

      protected javax.cache.CacheManager cacheManager
    • urlPatternMap

      protected Map<String,Pattern> urlPatternMap
  • Constructor Details

    • URLHandlerServiceImpl

      public URLHandlerServiceImpl()
  • Method Details