| Modifier and Type | Method and Description |
|---|---|
Page |
RequestContext.getPage()
If a page instance is currently executing, it can be retrieved
from the request context.
|
Page |
ModelObjectService.getPage(String objectId)
Gets the Page instance with the given id
|
Page |
RequestContext.getRootPage()
Returns the root page for a site.
|
Page |
ModelObjectService.newPage()
Creates a new Page instance.
|
Page |
ModelObjectService.newPage(String objectId)
Creates a new Page instance with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RequestContext.setPage(Page page)
Sets the currently executing page.
|
| Modifier and Type | Method and Description |
|---|---|
protected Page |
AbstractWebFrameworkViewResolver.lookupPage(String pageId)
Retrieves the page object with the given page id.
|
protected Page |
AbstractWebFrameworkView.lookupPage(String pageId)
Retrieves the page object with the given page id.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
PageView.loginRequiredForPage(RequestContext context,
javax.servlet.http.HttpServletRequest request,
Page page)
Return if login page should be display for the given page.
|
void |
PageView.setPage(Page page)
Set the
Page to be rendered by this view. |
| Modifier and Type | Method and Description |
|---|---|
static Page |
SiteUtil.getRootPage(RequestContext context)
Returns the root page for the current request context
|
static Page |
SiteUtil.getRootPage(RequestContext context,
Configuration siteConfiguration)
Returns the root page for the given site configuration
|
| Modifier and Type | Field and Description |
|---|---|
protected Page |
AbstractRequestContext.currentPage |
protected Page |
AbstractRequestContext.rootPage |
| Modifier and Type | Method and Description |
|---|---|
Page |
AbstractRequestContext.getPage() |
Page |
AbstractRequestContext.getRootPage() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRequestContext.setPage(Page page) |
| Modifier and Type | Class and Description |
|---|---|
class |
PageImpl
Default page implementation
|
| Modifier and Type | Method and Description |
|---|---|
Page[] |
Page.getChildPages(RequestContext context)
Gets the child pages.
|
Page |
PageAssociation.getDestPage(RequestContext context)
Gets the dest object.
|
Page |
PageAssociationImpl.getDestPage(RequestContext context) |
Page |
PageAssociation.getSourcePage(RequestContext context)
Gets the source page.
|
Page |
PageAssociationImpl.getSourcePage(RequestContext context) |
Copyright © 2005–2016 Alfresco Software. All rights reserved.