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.findURLHandlerByURI(String uri) |
URLHandler |
URLHandlerDao.findURLHandlerByURI(String uri) |
Modifier and Type | Class and Description |
---|---|
class |
NullURLHandler
A Null instance of a URLHandler.
|
class |
URLHandlerImpl |
Modifier and Type | Method and Description |
---|---|
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.findURLHandlerByURIInternal(String uri) |
Modifier and Type | Method and Description |
---|---|
void |
URLHandlerServiceImpl.removeURLHandlerFromCache(URLHandler urlhandler)
Call to evict an item from the cache.
|
Copyright © 2013. All rights reserved.