public interface URLHandlerDao
Modifier and Type | Method and Description |
---|---|
List<URLHandler> |
findAllURLHandlers()
Gets all the URL handlers configured in the system
|
URLHandler |
findURLHandlerByURI(String uri) |
URLHandler |
saveURLHandler(URLHandler handler) |
URLHandler findURLHandlerByURI(String uri)
List<URLHandler> findAllURLHandlers()
URLHandler saveURLHandler(URLHandler handler)
Copyright © 2014. All rights reserved.