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.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.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)
           
 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
 void URLHandlerServiceImpl.removeURLHandlerFromCache(URLHandler urlhandler)
          Call to evict an item from the cache.
 URLHandler URLHandlerService.saveURLHandler(URLHandler handler)
           
 URLHandler URLHandlerServiceImpl.saveURLHandler(URLHandler handler)
           
 



Copyright © 2013. All Rights Reserved.