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)
           
 

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)
           
 

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.
 



Copyright © 2013. All Rights Reserved.