Uses of Class
com.gentics.contentnode.rest.model.Page
Package
Description
-
Uses of Page in com.gentics.contentnode.rest.model
Modifier and TypeMethodDescriptionPage.getLanguageVariants()
Language variantsPage.getPageVariants()
Page variants of the pageModifier and TypeMethodDescriptionvoid
Page.setLanguageVariants
(Map<Object, Page> languageVariants) void
Page.setPageVariants
(List<Page> variantIds) -
Uses of Page in com.gentics.contentnode.rest.model.request
Modifier and TypeMethodDescriptionPagePreviewRequest.getPage()
Get the pagePageSaveRequest.getPage()
Page to be savedModifier and TypeMethodDescriptionvoid
Set the pagevoid
ModifierConstructorDescriptionPagePreviewRequest
(Page page) Creates a new PageSaveRequest with a specified pagePageSaveRequest
(Page page) Creates a new PageSaveRequest with a specified page -
Uses of Page in com.gentics.contentnode.rest.model.response
Modifier and TypeMethodDescriptionLegacyPageListResponse.getPages()
MultiPageLoadResponse.getPages()
The list of found pages.Modifier and TypeMethodDescriptionvoid
NOTE: pages won't be listed correctly until a setter is definedvoid
Set the list of pages to send with the response.ModifierConstructorDescriptionPageLoadResponse
(Message message, ResponseInfo responseInfo, Page page) Creates a PageLoadResponse with the provided single message and ResponseInfo.ModifierConstructorDescriptionMultiPageLoadResponse
(List<Page> pages) Convenience constructor.PageUsageListResponse
(Message message, ResponseInfo responseInfo, List<Page> pages, int total, int withoutPermission) Create a new instanceReferencedPagesListResponse
(Message message, ResponseInfo responseInfo, List<Page> pages, int total, int withoutPermission) Create an instance -
Uses of Page in com.gentics.contentnode.rest.model.response.page
Modifier and TypeMethodDescriptionvoid
Set the list of copied pagesModifierConstructorDescriptionPageCopyResponse
(Message message, ResponseInfo responseInfo, List<Page> copiedPages) Build response -
Uses of Page in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionPageResource.render
(Integer nodeId, String template, boolean editMode, String proxyprefix, LinksType linksType, boolean tagmap, boolean inherited, boolean publish, Page page) Render a preview of the posted pagePageResource.renderTag
(String tag, Integer nodeId, String proxyprefix, LinksType linksType, Page page) Render a tag preview for the posted page