Uses of Class
com.gentics.contentnode.rest.model.Page
-
-
Uses of Page in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return types with arguments of type Page Modifier and Type Method Description Map<Object,Page>
Page. getLanguageVariants()
Language variantsList<Page>
Page. getPageVariants()
Page variants of the pageMethod parameters in com.gentics.contentnode.rest.model with type arguments of type Page Modifier and Type Method Description void
Page. setLanguageVariants(Map<Object,Page> languageVariants)
void
Page. setPageVariants(List<Page> variantIds)
-
Uses of Page in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return Page Modifier and Type Method Description Page
PagePreviewRequest. getPage()
Get the pagePage
PageSaveRequest. getPage()
Page to be savedMethods in com.gentics.contentnode.rest.model.request with parameters of type Page Modifier and Type Method Description void
PagePreviewRequest. setPage(Page page)
Set the pagevoid
PageSaveRequest. setPage(Page page)
Constructors in com.gentics.contentnode.rest.model.request with parameters of type Page Constructor Description PagePreviewRequest(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
Methods in com.gentics.contentnode.rest.model.response that return Page Modifier and Type Method Description Page
PageLoadResponse. getPage()
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Page Modifier and Type Method Description List<Page>
LegacyPageListResponse. getPages()
List<Page>
MultiPageLoadResponse. getPages()
The list of found pages.Methods in com.gentics.contentnode.rest.model.response with parameters of type Page Modifier and Type Method Description void
PageLoadResponse. setPage(Page page)
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Page Modifier and Type Method Description void
LegacyPageListResponse. setPages(List<Page> pages)
NOTE: pages won't be listed correctly until a setter is definedvoid
MultiPageLoadResponse. setPages(List<Page> pages)
Set the list of pages to send with the response.Constructors in com.gentics.contentnode.rest.model.response with parameters of type Page Constructor Description PageLoadResponse(Message message, ResponseInfo responseInfo, Page page)
Creates a PageLoadResponse with the provided single message and ResponseInfo.Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type Page Constructor Description MultiPageLoadResponse(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
Methods in com.gentics.contentnode.rest.model.response.page that return types with arguments of type Page Modifier and Type Method Description List<Page>
PageCopyResponse. getPages()
Return the list of copied pagesMethod parameters in com.gentics.contentnode.rest.model.response.page with type arguments of type Page Modifier and Type Method Description void
PageCopyResponse. setPages(List<Page> pages)
Set the list of copied pagesConstructor parameters in com.gentics.contentnode.rest.model.response.page with type arguments of type Page Constructor Description PageCopyResponse(Message message, ResponseInfo responseInfo, List<Page> copiedPages)
Build response -
Uses of Page in com.gentics.contentnode.rest.resource
Methods in com.gentics.contentnode.rest.resource with parameters of type Page Modifier and Type Method Description PageRenderResponse
PageResource. 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 pagePageRenderResponse
PageResource. renderTag(String tag, Integer nodeId, String proxyprefix, LinksType linksType, Page page)
Render a tag preview for the posted page
-