Interface URLHandlerDao
- All Known Implementing Classes:
URlHandlerDaoImpl
public interface URLHandlerDao
Created by ppatel.
-
Method Summary
Modifier and TypeMethodDescriptionGets all the URL handlers configured in the systemsaveURLHandler
(URLHandler handler)
-
Method Details
-
findURLHandlerByURI
-
findAllURLHandlers
List<URLHandler> findAllURLHandlers()Gets all the URL handlers configured in the system- Returns:
-
saveURLHandler
-
findURLHandlerById
-
findAllRegexURLHandlers
List<URLHandler> findAllRegexURLHandlers()
-