Class PageModelParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.PageModelParameterBean
Parameter bean for page model parameters
-
Field Summary
Modifier and TypeFieldDescriptionboolean
True if the contenttags shall be attached to all returned pages.boolean
True for adding folder info to the pages.boolean
True for adding the language variants to the pages.boolean
True if the objecttags shall be attached to all returned pages.boolean
True for adding template info to the pages.boolean
True if the translationstatus information shall be added for every page. -
Constructor Summary
-
Method Summary
-
Field Details
-
template
@QueryParam("template") @DefaultValue("false") public boolean templateTrue for adding template info to the pages. Default is false. -
folder
@QueryParam("folder") @DefaultValue("false") public boolean folderTrue for adding folder info to the pages. Default is false. -
languageVariants
@QueryParam("langvars") @DefaultValue("false") public boolean languageVariantsTrue for adding the language variants to the pages. Default is false. -
contentTags
@QueryParam("contenttags") @DefaultValue("false") public boolean contentTagsTrue if the contenttags shall be attached to all returned pages. Default is false -
objectTags
@QueryParam("objecttags") @DefaultValue("false") public boolean objectTagsTrue if the objecttags shall be attached to all returned pages. Default is false. -
translationStatus
@QueryParam("translationstatus") @DefaultValue("false") public boolean translationStatusTrue if the translationstatus information shall be added for every page. Default is false.
-
-
Constructor Details
-
PageModelParameterBean
public PageModelParameterBean()
-