public interface URLHandlerService
Modifier and Type | Method and Description |
---|---|
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) |
URLHandler findURLHandlerByURI(String uri)
uri
- List<URLHandler> findAllURLHandlers()
URLHandler saveURLHandler(URLHandler handler)
URLHandler findURLHandlerById(Long id)
void removeURLHandlerFromCache(SandBox sandBox, URLHandler urlhandler)
net.sf.ehcache.Cache getUrlHandlerCache()
Copyright © 2014. All rights reserved.