Interface PageDao
-
- All Known Implementing Classes:
PageDaoJena
public interface PageDao
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>getClassesAndCheckInternal(String pageUri)Map<String,Object>getClassesAndRestrictionsForPage(String pageUri)StringgetClassGroupPage(String pageUri)List<String>getDataGetterClass(String pageUri)StringgetHomePageUri()Returns URI of home page.Map<String,Object>getPage(String pageUri)Map<String,String>getPageMappings()Returns a list of urlMappings to URIs.List<String>getRequiredActions(String pageUri)Gets the required actions directly associated with a page.
-