org.broadleafcommerce.cms.url.service
Interface URLHandlerService

All Known Implementing Classes:
URLHandlerServiceImpl

public interface URLHandlerService

Created by bpolster.


Method Summary
 List<URLHandler> findAllURLHandlers()
           
 URLHandler findURLHandlerByURI(String uri)
          Checks the passed in URL to determine if there is a matching 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)


Copyright © 2013. All Rights Reserved.