|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Page in com.atlassian.confluence.content.render.xhtml.links |
---|
Methods in com.atlassian.confluence.content.render.xhtml.links with parameters of type Page | |
---|---|
java.lang.String |
HtmlExportHrefEvaluator.createHref(ConversionContext context,
Page page,
java.lang.String anchor)
|
Uses of Page in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers |
---|
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers that return Page | |
---|---|
Page |
PageResourceIdentifierResolver.resolve(PageResourceIdentifier pageResourceIdentifier,
ConversionContext conversionContext)
|
Methods in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with parameters of type Page | |
---|---|
protected boolean |
DefaultResourceIdentifierMatcher.matches(Page page,
ResourceIdentifier ri)
|
Constructor parameters in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers with type arguments of type Page | |
---|---|
AttachmentResourceIdentifierResolver(ResourceIdentifierResolver<PageResourceIdentifier,Page> pageResourceResolver,
ResourceIdentifierResolver<BlogPostResourceIdentifier,BlogPost> blogPostResourceResolver,
ResourceIdentifierResolver<DraftResourceIdentifier,Draft> draftResourceResolver,
ResourceIdentifierResolver<ContentEntityResourceIdentifier,ContentEntityObject> contentEntityResourceResolver,
AttachmentManager attachmentManager)
|
Uses of Page in com.atlassian.confluence.content.render.xhtml.view.link |
---|
Uses of Page in com.atlassian.confluence.content.service.page |
---|
Methods in com.atlassian.confluence.content.service.page that return Page | |
---|---|
Page |
CreatePageCommandImpl.getCreatedPage()
|
Page |
CreatePageCommand.getCreatedPage()
|
Page |
TitleAndSpaceKeyPageLocator.getPage()
|
Page |
SinglePageLocator.getPage()
|
Page |
PageProvider.getPage()
|
Page |
PageLocator.getPage()
|
Page |
MovePageToTopOfSpaceCommand.getPage()
|
Page |
MovePageCommandImpl.getPage()
|
Page |
MovePageCommand.getPage()
|
Page |
IdPageLocator.getPage()
|
Page |
IdAndVersionPageLocator.getPage()
|
Methods in com.atlassian.confluence.content.service.page with parameters of type Page | |
---|---|
boolean |
MovePageCommandHelper.childPageTitleAlreadyExists(Page sourcePage,
Space targetSpace)
|
Constructors in com.atlassian.confluence.content.service.page with parameters of type Page | |
---|---|
SinglePageLocator(Page page)
|
Uses of Page in com.atlassian.confluence.content.ui |
---|
Methods in com.atlassian.confluence.content.ui with parameters of type Page | |
---|---|
java.lang.String |
PageUiSupport.getContentCssClass(Page content)
|
java.lang.String |
PageUiSupport.getContentTypeI18NKey(Page content)
|
java.lang.String |
PageUiSupport.getIconCssClass(Page content)
|
java.lang.String |
PageUiSupport.getIconFilePath(Page content,
int size)
|
java.lang.String |
PageUiSupport.getIconPath(Page content,
int size)
|
Uses of Page in com.atlassian.confluence.core |
---|
Methods in com.atlassian.confluence.core that return types with arguments of type Page | |
---|---|
java.util.List<Page> |
DefaultContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
Returns a list of Page objects that are direct children of the passed in page. |
java.util.List<Page> |
ContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
|
Methods in com.atlassian.confluence.core with parameters of type Page | |
---|---|
java.util.List<Page> |
DefaultContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
Returns a list of Page objects that are direct children of the passed in page. |
java.util.List<Page> |
ContentPermissionManager.getPermittedChildren(Page page,
com.atlassian.user.User user)
|
java.util.Set<ContentPermission> |
DefaultContentPermissionManager.getViewContentPermissions(Page page)
|
java.util.Set<ContentPermission> |
ContentPermissionManager.getViewContentPermissions(Page page)
Get view permissions on this page and its ancestors. |
boolean |
DefaultContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User user)
|
boolean |
ContentPermissionManager.hasPermittedChildrenIgnoreInheritedPermissions(Page page,
com.atlassian.user.User remoteUser)
Does the given page have children visible to the given user. |
boolean |
DefaultContentPermissionManager.isPermissionInherited(Page childPage)
|
boolean |
ContentPermissionManager.isPermissionInherited(Page childPage)
Does the child page get its permissions from any ancestor? |
Uses of Page in com.atlassian.confluence.event.events.content.page |
---|
Methods in com.atlassian.confluence.event.events.content.page that return Page | |
---|---|
Page |
PageMoveEvent.getNewParentpage()
Deprecated. |
Page |
PageMoveEvent.getOldParentPage()
Deprecated. |
Page |
PageEvent.getPage()
|
Constructors in com.atlassian.confluence.event.events.content.page with parameters of type Page | |
---|---|
PageChildrenReorderEvent(java.lang.Object src,
Page parentPage,
java.util.List oldSortedChildren,
java.util.List newSortedChildren,
com.atlassian.user.User user)
|
|
PageCreateEvent(java.lang.Object src,
Page page)
Deprecated. |
|
PageCreateEvent(java.lang.Object src,
Page page,
java.util.Map<java.lang.String,java.io.Serializable> context)
Deprecated. |
|
PageCreateFromTemplateEvent(java.lang.Object src,
Page page,
java.lang.String templateId)
|
|
PageEvent(java.lang.Object src,
Page page)
|
|
PageInfoViewEvent(java.lang.Object src,
Page page)
|
|
PageMoveEvent(java.lang.Object src,
Page movedPage,
Space oldSpace,
Page oldParentPage,
java.lang.Integer oldPosition,
com.atlassian.user.User theMover)
Deprecated. |
|
PageMoveEvent(java.lang.Object src,
Page movedPage,
Space oldSpace,
Page oldParentPage,
java.lang.Integer oldPosition,
com.atlassian.user.User theMover,
boolean movedBecauseOfParent)
Deprecated. |
|
PageRemoveEvent(java.lang.Object src,
Page removedPage)
|
|
PageRestoreEvent(java.lang.Object src,
Page page)
|
|
PageTrashedEvent(java.lang.Object src,
Page trashedPage,
com.atlassian.user.User trasher)
Deprecated. |
|
PageUpdateEvent(java.lang.Object src,
Page updatedPage)
Deprecated. |
|
PageUpdateEvent(java.lang.Object src,
Page updatedPage,
AbstractPage originalPage,
boolean suppressNotifications)
Deprecated. |
|
PageUpdateEvent(java.lang.Object src,
Page updatedPage,
AbstractPage originalPage,
boolean suppressNotifications,
PageUpdateTrigger updateTrigger)
Deprecated. |
|
PageUpdateEvent(java.lang.Object src,
Page updatedPage,
Page originalPage)
Deprecated. |
|
PageViewEvent(java.lang.Object src,
Page page)
|
Uses of Page in com.atlassian.confluence.importexport |
---|
Methods in com.atlassian.confluence.importexport with parameters of type Page | |
---|---|
boolean |
ExportContext.isPageInExport(Page page,
PageManager pageManager)
|
boolean |
DefaultExportContext.isPageInExport(Page page,
PageManager pageManager)
|
Uses of Page in com.atlassian.confluence.importexport.impl |
---|
Methods in com.atlassian.confluence.importexport.impl with parameters of type Page | |
---|---|
java.lang.String |
AbstractRendererExporterImpl.ContentConverter.convertToXHtml(Page page)
|
protected void |
HtmlExporter.exportPage(Page page,
java.lang.String baseExportPath)
Export page exports either a single page or, if context.exportChildren is set, the whole page hierarchy. |
protected void |
AbstractRendererExporterImpl.exportPage(Page page,
java.lang.String baseExportPath)
|
Uses of Page in com.atlassian.confluence.mail.reports |
---|
Methods in com.atlassian.confluence.mail.reports with parameters of type Page | |
---|---|
void |
ChangeDigestReport.addPage(Page page)
|
Uses of Page in com.atlassian.confluence.pages |
---|
Methods in com.atlassian.confluence.pages that return Page | |
---|---|
Page |
ContentNode.getPage()
|
Page |
PageManager.getPage(long id)
Retrieve the page with the given content ID. |
Page |
DefaultPageManager.getPage(long id)
|
Page |
ContentTree.getPage(long pageId)
|
Page |
PageManager.getPage(java.lang.String spaceKey,
java.lang.String pageTitle)
Retrieve the latest version of a page by its space key and title. |
Page |
DefaultPageManager.getPage(java.lang.String spaceKey,
java.lang.String pageTitle)
|
Page |
PageManager.getPage(java.lang.String spaceKey,
java.lang.String pageTitle,
boolean eagerLoadComments)
Deprecated. since 3.0, use PageManager.getPageWithComments(String, String) instead. |
Page |
DefaultPageManager.getPage(java.lang.String spaceKey,
java.lang.String pageTitle,
boolean eagerLoadComments)
Deprecated. |
Page |
PageManager.getPageWithComments(java.lang.String spaceKey,
java.lang.String pageTitle)
Retrieve the latest version of a page by its space key and title. |
Page |
DefaultPageManager.getPageWithComments(java.lang.String spaceKey,
java.lang.String pageTitle)
|
Page |
Page.getParent()
|
Methods in com.atlassian.confluence.pages that return types with arguments of type Page | |
---|---|
java.util.List<Page> |
Page.getAncestors()
Gets the list of ancestors of this page (its parents, and its parents parents, right up to the root level of the containing space). |
java.util.List<Page> |
Page.getChildren()
|
java.util.List<Page> |
Page.getDescendents()
|
java.util.List<Page> |
ContentTree.getPages()
|
java.util.List<Page> |
PageManager.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
DefaultPageManager.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
Page.getSortedChildren()
|
java.util.List<Page> |
DefaultPageManager.getTopLevelPages(Space space)
|
ListBuilder<Page> |
PageManager.getTopLevelPagesBuilder(Space space)
Get the pages in a space that do not have a parent page. |
ListBuilder<Page> |
DefaultPageManager.getTopLevelPagesBuilder(Space space)
NOTE: Despite our best intentions, we still have to retrieve all the top level pages and order them outside the database. |
java.util.List<Page> |
DefaultPageManager.getUnsortedTopLevelPages(Space space)
|
Methods in com.atlassian.confluence.pages with parameters of type Page | |
---|---|
void |
Page.addChild(Page child)
|
int |
ChildPositionComparator.compare(Page page0,
Page page1)
|
java.util.Collection |
PageManager.getDescendentIds(Page page)
|
java.util.Collection |
DefaultPageManager.getDescendentIds(Page page)
|
java.util.List |
PageManager.getDescendents(Page page)
|
java.util.List |
DefaultPageManager.getDescendents(Page page)
|
boolean |
PageManager.isPageRecentlyUpdatedForUser(Page page,
com.atlassian.user.User user)
Returns true if the page has been created or modified since the user last logged in. |
boolean |
DefaultPageManager.isPageRecentlyUpdatedForUser(Page page,
com.atlassian.user.User user)
|
void |
PageManager.movePageAfter(Page page,
Page refPage)
Move the provided page (first argument) after the reference page (second argument). |
void |
DefaultPageManager.movePageAfter(Page page,
Page refPage)
|
void |
PageManager.movePageAsChild(Page page,
Page refPage)
Move the provided page (first argument) as a child of the reference page (second argument). |
void |
DefaultPageManager.movePageAsChild(Page page,
Page newParent)
Move the source page to the end of targetPage's children list. |
void |
PageManager.movePageBefore(Page page,
Page refPage)
Move the provided page (first argument) before the reference page (second argument). |
void |
DefaultPageManager.movePageBefore(Page page,
Page refPage)
|
void |
PageManager.movePageToTopLevel(Page page,
Space space)
Move a page to the top level of targetSpace . |
void |
DefaultPageManager.movePageToTopLevel(Page page,
Space space)
|
void |
Page.removeChild(Page child)
|
void |
PageManager.removePageFromAncestorCollections(Page page)
Removes the page and its ancestors from the ancestor collection of all descendants. |
void |
DefaultPageManager.removePageFromAncestorCollections(Page page)
|
void |
PageManager.revertChildPageOrder(Page parentPage)
Removes manual ordering of child pages. |
void |
DefaultPageManager.revertChildPageOrder(Page parentPage)
|
void |
PageManager.setChildPageOrder(Page parentPage,
java.util.List<java.lang.Long> childIds)
Sets ordering of child pages for a supplied page, based on a map of child ids to positions. |
void |
DefaultPageManager.setChildPageOrder(Page parentPage,
java.util.List<java.lang.Long> childIds)
|
void |
ContentNode.setPage(Page page)
|
void |
Page.setParent(Page parent)
Deprecated. Since 1.1. Do not call this method. It exists solely for hibernate to use. Use #setParentPage instead. I would have made this method private, but CGLIB was complaining. |
void |
Page.setParentPage(Page parent)
Public setter that makes sure that the parent page is valid |
void |
PageManager.updatePageInAncestorCollections(Page page,
Page parentPage)
Updates the ancestors of a page and all it's descendant pages with the new parent page and its ancestors. |
void |
DefaultPageManager.updatePageInAncestorCollections(Page page,
Page newParent)
|
Method parameters in com.atlassian.confluence.pages with type arguments of type Page | |
---|---|
void |
Page.setAncestors(java.util.List<Page> ancestors)
This should only ever be set by Hibernate. |
void |
Page.setChildren(java.util.List<Page> children)
|
Constructors in com.atlassian.confluence.pages with parameters of type Page | |
---|---|
ContentNode(Page page)
|
Uses of Page in com.atlassian.confluence.pages.actions |
---|
Methods in com.atlassian.confluence.pages.actions that return Page | |
---|---|
Page |
AbstractCreatePageAction.getFromPage()
|
Page |
CreatePageAction.SimplePageProvider.getPage()
|
Page |
CopyPageAction.getPageToCopy()
|
Page |
ViewPageAction.getParentPage()
Returns the parent Page of the current Page or null if the current
AbstractPage is a root page or a blogpost. |
Page |
MovePageDialogAction.getParentPage()
|
Page |
AbstractCreateAndEditPageAction.getParentPage()
|
Page |
ViewPreviousVersionsAction.getPreviousPage(Page page)
|
Methods in com.atlassian.confluence.pages.actions that return types with arguments of type Page | |
---|---|
java.util.List<Page> |
ReorderPageDialogAction.getChildren()
|
java.util.List<Page> |
ListOrphanedPagesAction.getItems()
|
java.util.List<Page> |
EditCommentAction.getPermittedChildren()
|
java.util.List<Page> |
ChildrenAction.getPermittedChildren()
|
java.util.List<Page> |
AbstractPageAction.getPermittedChildren()
|
Methods in com.atlassian.confluence.pages.actions with parameters of type Page | |
---|---|
java.util.List<ContentPermission> |
ListPermissionPagesAction.getPermissions(Page page)
|
Page |
ViewPreviousVersionsAction.getPreviousPage(Page page)
|
boolean |
ChildrenAction.hasPermittedChildren(Page page)
|
Uses of Page in com.atlassian.confluence.pages.persistence.dao |
---|
Methods in com.atlassian.confluence.pages.persistence.dao that return Page | |
---|---|
Page |
PageDao.getPage(Space space,
java.lang.String pageTitle)
Get the page by space and title. |
Page |
PageDao.getPageById(long id)
Get the page with the given id. |
Page |
PageDao.getPageByIdWithComments(long id)
Get the page with the given id, and perform an eager load of the comments and their children. |
Page |
PageDao.getPageWithComments(Space space,
java.lang.String pageTitle)
Get the page by space and title, and perform an eager load of the comments and their children. |
Methods in com.atlassian.confluence.pages.persistence.dao that return types with arguments of type Page | |
---|---|
java.util.List<Page> |
PageDao.findPagesWithHistoricalTitle(java.lang.String pageTitle)
Deprecated. since 3.1. Use #findPagesWithHistoricalTitleInPermittedSpace or #findPagesWithHistoricalTitleInAllPermittedSpacesExcept . |
java.util.List<Page> |
PageDao.getDescendents(Page page)
|
java.util.List<Page> |
PageDao.getOrphanedPages(java.lang.String spaceKey)
|
java.util.List<Page> |
PageDao.getPageInTrash(java.lang.String spaceKey,
java.lang.String title)
|
java.util.List<Page> |
PageDao.getPages(Space space,
boolean currentOnly)
|
java.util.Collection<Page> |
PageDao.getPagesByIds(java.util.Collection<java.lang.Long> ids)
Get the pages with the given ids. |
java.util.List<Page> |
PageDao.getPagesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
|
java.util.List<Page> |
PageDao.getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List<Page> |
PageDao.getPermissionPages(Space space)
|
java.util.List<Page> |
PageDao.getRecentlyAddedPages(int maxCount,
java.lang.String spaceKey)
|
java.util.List<Page> |
PageDao.getRecentlyAuthoredPagesByUser(java.lang.String username,
int maxCount)
|
java.util.List<Page> |
PageDao.getRecentlyUpdatedPages(int maxCount,
java.lang.String spaceKey)
|
java.util.List<Page> |
PageDao.getTopLevelPages(Space space)
|
java.util.List<Page> |
PageDao.getUndefinedPages(java.lang.String spaceKey)
|
Methods in com.atlassian.confluence.pages.persistence.dao with parameters of type Page | |
---|---|
java.util.List<java.lang.Long> |
PageDao.getDescendentIds(Page page)
|
java.util.List<Page> |
PageDao.getDescendents(Page page)
|
java.lang.Integer |
PageDao.getMaxSiblingPosition(Page page)
Gets the highest position value of all the page's siblings. |
Uses of Page in com.atlassian.confluence.pages.persistence.dao.hibernate |
---|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return Page | |
---|---|
Page |
HibernatePageDao.getPage(Space space,
java.lang.String pageTitle)
|
Page |
CachingPageDao.getPage(Space space,
java.lang.String pageTitle)
|
Page |
HibernatePageDao.getPage(Space space,
java.lang.String pageTitle,
boolean eagerLoadComments)
|
Page |
HibernatePageDao.getPageById(long id)
|
Page |
CachingPageDao.getPageById(long id)
|
Page |
HibernatePageDao.getPageByIdWithComments(long id)
|
Page |
CachingPageDao.getPageByIdWithComments(long id)
|
Page |
HibernatePageDao.getPageWithComments(Space space,
java.lang.String pageTitle)
|
Page |
CachingPageDao.getPageWithComments(Space space,
java.lang.String pageTitle)
|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate that return types with arguments of type Page | |
---|---|
java.util.List<Page> |
CachingPageDao.findPagesWithHistoricalTitle(java.lang.String pageTitle)
|
java.util.List<Page> |
HibernatePageDao.getDescendents(Page page)
|
java.util.List<Page> |
CachingPageDao.getDescendents(Page page)
|
java.util.List<Page> |
HibernatePageDao.getOrphanedPages(java.lang.String spaceKey)
|
java.util.List<Page> |
CachingPageDao.getOrphanedPages(java.lang.String spaceKey)
|
java.util.List<Page> |
HibernatePageDao.getPageInTrash(java.lang.String spaceKey,
java.lang.String title)
|
java.util.List<Page> |
CachingPageDao.getPageInTrash(java.lang.String spaceKey,
java.lang.String title)
|
java.util.List<Page> |
HibernatePageDao.getPages(Space space,
boolean currentOnly)
|
java.util.List<Page> |
CachingPageDao.getPages(Space space,
boolean currentOnly)
|
java.util.Collection<Page> |
HibernatePageDao.getPagesByIds(java.util.Collection<java.lang.Long> ids)
|
java.util.Collection<Page> |
CachingPageDao.getPagesByIds(java.util.Collection<java.lang.Long> ids)
Get the pages with the given ids. |
java.util.List<Page> |
HibernatePageDao.getPagesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
|
java.util.List<Page> |
CachingPageDao.getPagesCreatedOrUpdatedSinceDate(java.util.Date previousLoginDate)
|
java.util.List<Page> |
HibernatePageDao.getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List<Page> |
CachingPageDao.getPagesStartingWith(Space space,
java.lang.String s)
|
java.util.List<Page> |
HibernatePageDao.getPermissionPages(Space space)
|
java.util.List<Page> |
CachingPageDao.getPermissionPages(Space space)
|
java.util.List<Page> |
HibernatePageDao.getRecentlyAddedPages(int maxCount,
java.lang.String spaceKey)
|
java.util.List<Page> |
CachingPageDao.getRecentlyAddedPages(int maxCount,
java.lang.String spaceKey)
|
java.util.List<Page> |
HibernatePageDao.getRecentlyAuthoredPagesByUser(java.lang.String username,
int maxCount)
|
java.util.List<Page> |
CachingPageDao.getRecentlyAuthoredPagesByUser(java.lang.String username,
int maxCount)
|
java.util.List<Page> |
HibernatePageDao.getRecentlyUpdatedPages(int maxCount,
java.lang.String spaceKey)
|
java.util.List<Page> |
CachingPageDao.getRecentlyUpdatedPages(int maxCount,
java.lang.String spaceKey)
|
java.util.List<Page> |
HibernatePageDao.getTopLevelPages(Space space)
|
java.util.List<Page> |
CachingPageDao.getTopLevelPages(Space space)
|
java.util.List<Page> |
HibernatePageDao.getUndefinedPages(java.lang.String spaceKey)
|
java.util.List<Page> |
CachingPageDao.getUndefinedPages(java.lang.String spaceKey)
|
Methods in com.atlassian.confluence.pages.persistence.dao.hibernate with parameters of type Page | |
---|---|
java.util.List<java.lang.Long> |
HibernatePageDao.getDescendentIds(Page page)
|
java.util.List<java.lang.Long> |
CachingPageDao.getDescendentIds(Page page)
|
java.util.List<Page> |
HibernatePageDao.getDescendents(Page page)
|
java.util.List<Page> |
CachingPageDao.getDescendents(Page page)
|
java.lang.Integer |
HibernatePageDao.getMaxSiblingPosition(Page page)
|
java.lang.Integer |
CachingPageDao.getMaxSiblingPosition(Page page)
|
void |
PageIdCache.put(Page page)
|
void |
PageIdCache.remove(Page page)
|
Uses of Page in com.atlassian.confluence.plugins.edgeindex.lucene |
---|
Methods in com.atlassian.confluence.plugins.edgeindex.lucene with parameters of type Page | |
---|---|
EdgeIndexTask |
EdgeIndexTaskFactory.createReIndexPermissionsTask(Page page)
|
Uses of Page in com.atlassian.confluence.plugins.rest.entities.builders |
---|
Methods in com.atlassian.confluence.plugins.rest.entities.builders with parameters of type Page | |
---|---|
ContentEntity |
PageContentEntityBuilder.build(Page page)
|
Uses of Page in com.atlassian.confluence.rpc.soap.beans |
---|
Constructors in com.atlassian.confluence.rpc.soap.beans with parameters of type Page | |
---|---|
RemotePage(Page page)
|
|
RemotePageSummary(Page page)
|
Uses of Page in com.atlassian.confluence.rpc.soap.services |
---|
Methods in com.atlassian.confluence.rpc.soap.services that return Page | |
---|---|
Page |
SoapServiceHelperImpl.retrievePage(java.lang.String spaceKey,
java.lang.String pageTitle)
Retrieves a given page by space key and page title, and throws RemoteException if the page is not found or the user has no view perm. |
Page |
SoapServiceHelper.retrievePage(java.lang.String spaceKey,
java.lang.String pageTitle)
|
Uses of Page in com.atlassian.confluence.spaces |
---|
Methods in com.atlassian.confluence.spaces that return Page | |
---|---|
Page |
Space.getHomePage()
|
Methods in com.atlassian.confluence.spaces with parameters of type Page | |
---|---|
java.lang.String |
SystemTemplateManagerImpl.getTemplate(java.lang.String templateKey,
java.util.List<Variable> vars,
Page page)
|
java.lang.String |
SystemTemplateManager.getTemplate(java.lang.String templateKey,
java.util.List<Variable> vars,
Page page)
|
void |
Space.setHomePage(Page homePage)
|
Uses of Page in com.atlassian.confluence.spaces.actions |
---|
Methods in com.atlassian.confluence.spaces.actions that return Page | |
---|---|
Page |
ViewSpaceAction.getPage()
|
Methods in com.atlassian.confluence.spaces.actions with parameters of type Page | |
---|---|
java.lang.String |
ViewSpaceAction.getPageXHtmlContent(Page page)
|
Uses of Page in com.atlassian.confluence.spaces.listeners |
---|
Methods in com.atlassian.confluence.spaces.listeners with parameters of type Page | |
---|---|
protected BodyContent |
AbstractSpaceContentListener.getDefaultHomePageContent(Page homePage,
java.util.List<Variable> vars,
java.lang.String templateKey)
|
Uses of Page in com.atlassian.confluence.user |
---|
Constructors in com.atlassian.confluence.user with parameters of type Page | |
---|---|
PermittedUserFinder(PageManager pageManager,
PermissionManager permissionManager,
SpacePermissionManager spacePermissionManager,
Page parentPage,
Space space)
|
Uses of Page in com.atlassian.confluence.util |
---|
Methods in com.atlassian.confluence.util that return types with arguments of type Page | |
---|---|
java.util.List<Page> |
ContentFacade.getRecentlyUpdatedPagesForUserOnSpaceSince(com.atlassian.user.User user,
java.lang.String spaceKey,
java.util.Date previousLoginDate)
|
Uses of Page in com.atlassian.confluence.util.breadcrumbs |
---|
Methods in com.atlassian.confluence.util.breadcrumbs that return Page | |
---|---|
Page |
PageBreadcrumb.getPage()
|
Constructors in com.atlassian.confluence.util.breadcrumbs with parameters of type Page | |
---|---|
PageBreadcrumb(Page page)
|
Uses of Page in com.atlassian.confluence.util.breadcrumbs.spaceia |
---|
Constructors in com.atlassian.confluence.util.breadcrumbs.spaceia with parameters of type Page | |
---|---|
PageBreadcrumb(Page page)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |