Class PageModelParameterBean
java.lang.Object
com.gentics.contentnode.rest.resource.parameter.PageModelParameterBean
Parameter bean for page model parameters
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue if the contenttags shall be attached to all returned pages.booleanTrue for adding folder info to the pages.booleanTrue for adding the language variants to the pages.booleanTrue if the objecttags shall be attached to all returned pages.booleanTrue for adding template info to the pages.booleanTrue if the translationstatus information shall be added for every page. -
Constructor Summary
Constructors -
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()
-