Modifier and Type | Method and Description |
---|---|
protected Page |
ApplicationWizard.createCrudPage(File dir,
Table table,
List<ChildPage> childPages,
Template template) |
protected Page |
ApplicationWizard.createCrudPage(File dir,
Table table,
String query,
List<ChildPage> childPages,
Template template,
Map<String,String> bindings,
String title) |
Modifier and Type | Method and Description |
---|---|
Page |
PageAdminAction.getPage() |
Modifier and Type | Method and Description |
---|---|
AccessLevel |
PageAdminAction.getLocalAccessLevel(Page currentPage,
String groupId) |
Modifier and Type | Class and Description |
---|---|
class |
NewPage |
Modifier and Type | Field and Description |
---|---|
protected Page |
PageInstance.page |
Modifier and Type | Field and Description |
---|---|
protected static com.google.common.cache.LoadingCache<File,DispatcherLogic.FileCacheEntry<Page>> |
DispatcherLogic.pageCache |
Modifier and Type | Method and Description |
---|---|
Page |
PageInstance.getChildPage(String name) |
Page |
PageInstance.getPage() |
static Page |
DispatcherLogic.getPage(File directory) |
static Page |
DispatcherLogic.loadPage(File key) |
static Page |
DispatcherLogic.loadPage(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
static File |
DispatcherLogic.savePage(File directory,
Page page)
Persists a page to the file system.
|
Constructor and Description |
---|
PageInstance(PageInstance parent,
File directory,
Page page,
Class<? extends PageAction> actionClass) |
Modifier and Type | Method and Description |
---|---|
static Permissions |
SecurityLogic.calculateActualPermissions(Permissions basePermissions,
List<Page> pages) |
Modifier and Type | Field and Description |
---|---|
protected Page |
EmbeddedPageAction.page |
Modifier and Type | Method and Description |
---|---|
Page |
EmbeddedPageAction.getPage() |
Page |
AbstractPageAction.getPage() |
Constructor and Description |
---|
EmbeddedPageAction(String id,
Integer index,
String path,
Page page) |
Modifier and Type | Method and Description |
---|---|
Page |
ObjectFactory.createPage() |