Uses of Class
com.gentics.contentnode.rest.model.Page
Packages that use Page
Package
Description
-
Uses of Page in com.gentics.contentnode.rest.model
Methods in com.gentics.contentnode.rest.model that return types with arguments of type PageModifier and TypeMethodDescriptionPage.getLanguageVariants()
Language variantsPage.getPageVariants()
Page variants of the pageMethod parameters in com.gentics.contentnode.rest.model with type arguments of type 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
Methods in com.gentics.contentnode.rest.model.request that return PageModifier and TypeMethodDescriptionPagePreviewRequest.getPage()
Get the pagePageSaveRequest.getPage()
Page to be savedMethods in com.gentics.contentnode.rest.model.request with parameters of type PageModifier and TypeMethodDescriptionvoid
Set the pagevoid
Constructors in com.gentics.contentnode.rest.model.request with parameters of type PageModifierConstructorDescriptionPagePreviewRequest
(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 PageMethods in com.gentics.contentnode.rest.model.response that return types with arguments of type PageModifier and TypeMethodDescriptionLegacyPageListResponse.getPages()
MultiPageLoadResponse.getPages()
The list of found pages.Methods in com.gentics.contentnode.rest.model.response with parameters of type PageMethod parameters in com.gentics.contentnode.rest.model.response with type arguments of type PageModifier and TypeMethodDescriptionvoid
NOTE: pages won't be listed correctly until a setter is definedvoid
Set the list of pages to send with the response.Constructors in com.gentics.contentnode.rest.model.response with parameters of type PageModifierConstructorDescriptionPageLoadResponse
(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 PageModifierConstructorDescriptionMultiPageLoadResponse
(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 PageMethod parameters in com.gentics.contentnode.rest.model.response.page with type arguments of type PageModifier and TypeMethodDescriptionvoid
Set the list of copied pagesConstructor parameters in com.gentics.contentnode.rest.model.response.page with type arguments of type PageModifierConstructorDescriptionPageCopyResponse
(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 PageModifier 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