Modifier and Type | Method and Description |
---|---|
PageInstance |
PageAdminAction.getPageInstance() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PageAdminAction.checkPermissionsOnTargetPage(PageInstance targetPageInstance) |
protected boolean |
PageAdminAction.checkPermissionsOnTargetPage(PageInstance targetPageInstance,
AccessLevel accessLevel) |
protected String |
PageAdminAction.getClosestSafePath(PageInstance newParent,
String newName) |
protected void |
PageAdminAction.updatePagePermissions(PageInstance page) |
Modifier and Type | Field and Description |
---|---|
protected PageInstance[] |
Dispatch.pageInstancePath |
protected PageInstance |
PageInstance.parent |
Modifier and Type | Method and Description |
---|---|
PageInstance |
PageInstance.copy() |
PageInstance |
Dispatch.getLastPageInstance()
Returns the last page instance in the path.
|
PageInstance |
Dispatcher.Root.getPageInstance() |
PageInstance |
DispatchElement.getPageInstance()
Returns the PageInstance of this element.
|
PageInstance |
Dispatch.getPageInstance(int index) |
PageInstance[] |
Dispatch.getPageInstancePath()
Returns the path of pages that constitute the dispatch.
|
PageInstance[] |
Dispatch.getPageInstancePath(int startIndex)
Returns a subpath of the page instance path.
|
PageInstance |
PageInstance.getParent()
Returns the page instance that precedes this one in the path, or null if this is an instance of the root page.
|
PageInstance |
Dispatch.getRootPageInstance()
Returns the root page instance, the first in the path.
|
Modifier and Type | Method and Description |
---|---|
static void |
DispatcherLogic.configurePageAction(PageAction pageAction,
PageInstance pageInstance) |
static PageAction |
DispatcherLogic.ensureActionBean(PageInstance page)
Deprecated.
|
static PageAction |
DispatcherLogic.getSubpage(Configuration configuration,
PageInstance parentPageInstance,
String pathFragment) |
static File |
DispatcherLogic.savePage(PageInstance pageInstance)
Persists a page to the file system.
|
void |
Dispatcher.Root.setPageInstance(PageInstance pageInstance) |
void |
DispatchElement.setPageInstance(PageInstance pageInstance)
Sets the PageInstance of this element.
|
Constructor and Description |
---|
Dispatch(PageInstance... pageInstancePath) |
PageInstance(PageInstance parent,
File directory,
Page page,
Class<? extends PageAction> actionClass) |
Modifier and Type | Method and Description |
---|---|
static Permissions |
SecurityLogic.calculateActualPermissions(PageInstance instance) |
static boolean |
SecurityLogic.hasPermissions(Configuration conf,
Method method,
Class fallbackClass,
PageInstance pageInstance,
Subject subject) |
static boolean |
SecurityLogic.hasPermissions(Configuration conf,
PageInstance instance,
Subject subject,
AccessLevel accessLevel,
String... permissions) |
static boolean |
SecurityLogic.hasPermissions(Configuration conf,
PageInstance instance,
Subject subject,
Method handler) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
Navigation.isSelected(PageInstance pageInstance) |
Modifier and Type | Field and Description |
---|---|
PageInstance |
AbstractPageAction.pageInstance
The PageInstance property.
|
Modifier and Type | Method and Description |
---|---|
PageInstance |
AbstractPageAction.getPageInstance() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPageAction.setPageInstance(PageInstance pageInstance) |
Modifier and Type | Method and Description |
---|---|
protected ClassAccessor |
CrudAction.prepare(PageInstance pageInstance) |
protected abstract ClassAccessor |
AbstractCrudAction.prepare(PageInstance pageInstance)
Builds the ClassAccessor used to create, manipulate and introspect persistent objects.
|
void |
AbstractCrudAction.setPageInstance(PageInstance pageInstance) |
Modifier and Type | Field and Description |
---|---|
PageInstance |
DefaultLoginAction.pageInstance
The PageInstance property.
|
Modifier and Type | Method and Description |
---|---|
PageInstance |
DefaultLoginAction.getPageInstance() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLoginAction.setPageInstance(PageInstance pageInstance) |
Modifier and Type | Field and Description |
---|---|
PageInstance |
OpenIdLoginAction.pageInstance
The PageInstance property.
|
Modifier and Type | Method and Description |
---|---|
PageInstance |
OpenIdLoginAction.getPageInstance() |
Modifier and Type | Method and Description |
---|---|
void |
OpenIdLoginAction.setPageInstance(PageInstance pageInstance) |