public interface PageDao
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getClassesAndCheckInternal(String pageUri) |
Map<String,Object> |
getClassesAndRestrictionsForPage(String pageUri) |
String |
getClassGroupPage(String pageUri) |
List<String> |
getDataGetterClass(String pageUri) |
String |
getHomePageUri()
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.
|
Copyright © 2022. All rights reserved.