Package | Description |
---|---|
org.broadleafcommerce.cms.url.dao | |
org.broadleafcommerce.cms.url.domain | |
org.broadleafcommerce.cms.url.service |
Modifier and Type | Method and Description |
---|---|
URLHandler |
URlHandlerDaoImpl.findURLHandlerById(Long id) |
URLHandler |
URLHandlerDao.findURLHandlerById(Long id) |
URLHandler |
URlHandlerDaoImpl.findURLHandlerByURI(String uri) |
URLHandler |
URLHandlerDao.findURLHandlerByURI(String uri) |
URLHandler |
URlHandlerDaoImpl.saveURLHandler(URLHandler handler) |
URLHandler |
URLHandlerDao.saveURLHandler(URLHandler handler) |
Modifier and Type | Method and Description |
---|---|
List<URLHandler> |
URlHandlerDaoImpl.findAllRegexURLHandlers() |
List<URLHandler> |
URLHandlerDao.findAllRegexURLHandlers() |
List<URLHandler> |
URlHandlerDaoImpl.findAllURLHandlers() |
List<URLHandler> |
URLHandlerDao.findAllURLHandlers()
Gets all the URL handlers configured in the system
|
Modifier and Type | Method and Description |
---|---|
URLHandler |
URlHandlerDaoImpl.saveURLHandler(URLHandler handler) |
URLHandler |
URLHandlerDao.saveURLHandler(URLHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
NullURLHandler
A Null instance of a URLHandler.
|
class |
URLHandlerDTO
A bean representation of a URLHandler
|
class |
URLHandlerImpl |
Modifier and Type | Method and Description |
---|---|
<G extends URLHandler> |
URLHandlerImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
<G extends URLHandler> |
URLHandlerDTO.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
Modifier and Type | Method and Description |
---|---|
protected URLHandler |
URLHandlerServiceImpl.checkForMatches(String requestURI) |
URLHandler |
URLHandlerServiceImpl.findURLHandlerById(Long id) |
URLHandler |
URLHandlerService.findURLHandlerById(Long id)
Finds a URLHandler by its ID.
|
URLHandler |
URLHandlerServiceImpl.findURLHandlerByURI(String uri)
Checks the passed in URL to determine if there is a matching URLHandler.
|
URLHandler |
URLHandlerService.findURLHandlerByURI(String uri)
Checks the passed in URL to determine if there is a matching URLHandler.
|
protected URLHandler |
URLHandlerServiceImpl.getUrlHandlerFromCache(String key) |
URLHandler |
URLHandlerServiceImpl.saveURLHandler(URLHandler handler) |
URLHandler |
URLHandlerService.saveURLHandler(URLHandler handler)
Persists the URLHandler to the DB.
|
Modifier and Type | Method and Description |
---|---|
List<URLHandler> |
URLHandlerServiceImpl.findAllRegexURLHandlers() |
List<URLHandler> |
URLHandlerService.findAllRegexURLHandlers()
This is assumed to be a relatively small list of regex URLHandlers (perhaps in the dozens or hundreds of
records at a maximum).
|
List<URLHandler> |
URLHandlerServiceImpl.findAllURLHandlers() |
List<URLHandler> |
URLHandlerService.findAllURLHandlers()
Be cautious when calling this.
|
Modifier and Type | Method and Description |
---|---|
URLHandler |
URLHandlerServiceImpl.saveURLHandler(URLHandler handler) |
URLHandler |
URLHandlerService.saveURLHandler(URLHandler handler)
Persists the URLHandler to the DB.
|
Copyright © 2019. All rights reserved.