org.broadleafcommerce.cms.url.service
Interface URLHandlerService

All Known Implementing Classes:
URLHandlerServiceImpl

public interface URLHandlerService

Created by bpolster.


Method Summary
 URLHandler findURLHandlerByURI(String uri)
          Checks the passed in URL to determine if there is a matching URLHandler.
 

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:


Copyright © 2013. All Rights Reserved.