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