Uses of Interface
org.broadleafcommerce.cms.url.domain.URLHandler
Packages that use URLHandler
Package
Description
-
Uses of URLHandler in org.broadleafcommerce.cms.url.dao
Methods in org.broadleafcommerce.cms.url.dao that return URLHandlerModifier and TypeMethodDescriptionURLHandlerDao.findURLHandlerById(Long id) URlHandlerDaoImpl.findURLHandlerById(Long id) URLHandlerDao.findURLHandlerByURI(String uri) URlHandlerDaoImpl.findURLHandlerByURI(String uri) URLHandlerDao.saveURLHandler(URLHandler handler) URlHandlerDaoImpl.saveURLHandler(URLHandler handler) Methods in org.broadleafcommerce.cms.url.dao that return types with arguments of type URLHandlerModifier and TypeMethodDescriptionURLHandlerDao.findAllRegexURLHandlers()URlHandlerDaoImpl.findAllRegexURLHandlers()URLHandlerDao.findAllURLHandlers()Gets all the URL handlers configured in the systemURlHandlerDaoImpl.findAllURLHandlers()Methods in org.broadleafcommerce.cms.url.dao with parameters of type URLHandlerModifier and TypeMethodDescriptionURLHandlerDao.saveURLHandler(URLHandler handler) URlHandlerDaoImpl.saveURLHandler(URLHandler handler) -
Uses of URLHandler in org.broadleafcommerce.cms.url.domain
Classes in org.broadleafcommerce.cms.url.domain that implement URLHandlerModifier and TypeClassDescriptionclassA Null instance of a URLHandler.classA bean representation of a URLHandlerclassMethods in org.broadleafcommerce.cms.url.domain with type parameters of type URLHandlerModifier and TypeMethodDescription<G extends URLHandler>
CreateResponse<G>URLHandlerDTO.createOrRetrieveCopyInstance(MultiTenantCopyContext context) <G extends URLHandler>
CreateResponse<G>URLHandlerImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) -
Uses of URLHandler in org.broadleafcommerce.cms.url.service
Fields in org.broadleafcommerce.cms.url.service with type parameters of type URLHandlerModifier and TypeFieldDescriptionprotected javax.cache.Cache<String,URLHandler> URLHandlerServiceImpl.urlHandlerCacheMethods in org.broadleafcommerce.cms.url.service that return URLHandlerModifier and TypeMethodDescriptionprotected URLHandlerURLHandlerServiceImpl.checkForMatches(String requestURI) URLHandlerService.findURLHandlerById(Long id) Finds a URLHandler by its ID.URLHandlerServiceImpl.findURLHandlerById(Long id) URLHandlerService.findURLHandlerByURI(String uri) Checks the passed in URL to determine if there is a matching URLHandler.URLHandlerServiceImpl.findURLHandlerByURI(String uri) Checks the passed in URL to determine if there is a matching URLHandler.protected URLHandlerURLHandlerServiceImpl.getUrlHandlerFromCache(String key) URLHandlerService.saveURLHandler(URLHandler handler) Persists the URLHandler to the DB.URLHandlerServiceImpl.saveURLHandler(URLHandler handler) Methods in org.broadleafcommerce.cms.url.service that return types with arguments of type URLHandlerModifier and TypeMethodDescriptionURLHandlerService.findAllRegexURLHandlers()This is assumed to be a relatively small list of regex URLHandlers (perhaps in the dozens or hundreds of records at a maximum).URLHandlerServiceImpl.findAllRegexURLHandlers()URLHandlerService.findAllURLHandlers()Be cautious when calling this.URLHandlerServiceImpl.findAllURLHandlers()protected javax.cache.Cache<String,URLHandler> URLHandlerServiceImpl.getUrlHandlerCache()Methods in org.broadleafcommerce.cms.url.service with parameters of type URLHandlerModifier and TypeMethodDescriptionURLHandlerService.saveURLHandler(URLHandler handler) Persists the URLHandler to the DB.URLHandlerServiceImpl.saveURLHandler(URLHandler handler)