Uses of Interface
org.broadleafcommerce.cms.url.domain.URLHandler

Packages that use URLHandler
org.broadleafcommerce.cms.url.dao   
org.broadleafcommerce.cms.url.domain   
org.broadleafcommerce.cms.url.service   
 

Uses of URLHandler in org.broadleafcommerce.cms.url.dao
 

Methods in org.broadleafcommerce.cms.url.dao that return URLHandler
 URLHandler URLHandlerDao.findURLHandlerById(Long id)
           
 URLHandler URlHandlerDaoImpl.findURLHandlerById(Long id)
           
 URLHandler URLHandlerDao.findURLHandlerByURI(String uri)
           
 URLHandler URlHandlerDaoImpl.findURLHandlerByURI(String uri)
           
 URLHandler URLHandlerDao.saveURLHandler(URLHandler handler)
           
 URLHandler URlHandlerDaoImpl.saveURLHandler(URLHandler handler)
           
 

Methods in org.broadleafcommerce.cms.url.dao that return types with arguments of type URLHandler
 List<URLHandler> URLHandlerDao.findAllURLHandlers()
          Gets all the URL handlers configured in the system
 List<URLHandler> URlHandlerDaoImpl.findAllURLHandlers()
           
 

Methods in org.broadleafcommerce.cms.url.dao with parameters of type URLHandler
 URLHandler URLHandlerDao.saveURLHandler(URLHandler handler)
           
 URLHandler URlHandlerDaoImpl.saveURLHandler(URLHandler handler)
           
 

Uses of URLHandler in org.broadleafcommerce.cms.url.domain
 

Classes in org.broadleafcommerce.cms.url.domain that implement URLHandler
 class NullURLHandler
          A Null instance of a URLHandler.
 class URLHandlerImpl
           
 

Uses of URLHandler in org.broadleafcommerce.cms.url.service
 

Methods in org.broadleafcommerce.cms.url.service that return URLHandler
 URLHandler URLHandlerService.findURLHandlerById(Long id)
           
 URLHandler URLHandlerServiceImpl.findURLHandlerById(Long id)
           
 URLHandler URLHandlerService.findURLHandlerByURI(String uri)
          Checks the passed in URL to determine if there is a matching URLHandler.
 URLHandler URLHandlerServiceImpl.findURLHandlerByURI(String uri)
          Checks the passed in URL to determine if there is a matching URLHandler.
protected  URLHandler URLHandlerServiceImpl.findURLHandlerByURIInternal(String uri)
           
protected  URLHandler URLHandlerServiceImpl.getUrlHandlerFromCache(String key)
           
protected  URLHandler URLHandlerServiceImpl.lookupHandlerFromCache(String requestURI)
           
 URLHandler URLHandlerService.saveURLHandler(URLHandler handler)
           
 URLHandler URLHandlerServiceImpl.saveURLHandler(URLHandler handler)
           
 

Methods in org.broadleafcommerce.cms.url.service that return types with arguments of type URLHandler
 List<URLHandler> URLHandlerService.findAllURLHandlers()
           
 List<URLHandler> URLHandlerServiceImpl.findAllURLHandlers()
           
 

Methods in org.broadleafcommerce.cms.url.service with parameters of type URLHandler
protected  String URLHandlerServiceImpl.buildKey(SandBox sandBox, URLHandler urlHandler)
           
 void URLHandlerService.removeURLHandlerFromCache(SandBox sandBox, URLHandler urlhandler)
           
 void URLHandlerServiceImpl.removeURLHandlerFromCache(SandBox sandBox, URLHandler urlhandler)
           
 URLHandler URLHandlerService.saveURLHandler(URLHandler handler)
           
 URLHandler URLHandlerServiceImpl.saveURLHandler(URLHandler handler)
           
 



Copyright © 2013. All Rights Reserved.