org.broadleafcommerce.cms.url.service
Interface URLHandlerService

All Known Implementing Classes:
URLHandlerServiceImpl

public interface URLHandlerService

Created by bpolster.


Method Summary
 List<URLHandler> findAllURLHandlers()
           
 URLHandler findURLHandlerById(Long id)
           
 URLHandler findURLHandlerByURI(String uri)
          Checks the passed in URL to determine if there is a matching URLHandler.
 net.sf.ehcache.Cache getUrlHandlerCache()
           
 void removeURLHandlerFromCache(SandBox sandBox, URLHandler urlhandler)
           
 URLHandler saveURLHandler(URLHandler handler)
           
 

Method Detail

findURLHandlerByURI

URLHandler findURLHandlerByURI(String uri)
Checks the passed in URL to determine if there is a matching URLHandler. Returns null if no handler was found.

Parameters:
uri -
Returns:

findAllURLHandlers

List<URLHandler> findAllURLHandlers()

saveURLHandler

URLHandler saveURLHandler(URLHandler handler)

findURLHandlerById

URLHandler findURLHandlerById(Long id)

removeURLHandlerFromCache

void removeURLHandlerFromCache(SandBox sandBox,
                               URLHandler urlhandler)

getUrlHandlerCache

net.sf.ehcache.Cache getUrlHandlerCache()


Copyright © 2013. All Rights Reserved.