public class PageModelParameterBean extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
contentTags
True if the contenttags shall be attached to all returned pages.
|
boolean |
folder
True for adding folder info to the pages.
|
boolean |
languageVariants
True for adding the language variants to the pages.
|
boolean |
objectTags
True if the objecttags shall be attached to all returned pages.
|
boolean |
template
True for adding template info to the pages.
|
boolean |
translationStatus
True if the translationstatus information shall be added for every page.
|
Constructor and Description |
---|
PageModelParameterBean() |
@QueryParam(value="template") @DefaultValue(value="false") public boolean template
@QueryParam(value="folder") @DefaultValue(value="false") public boolean folder
@QueryParam(value="langvars") @DefaultValue(value="false") public boolean languageVariants
@QueryParam(value="contenttags") @DefaultValue(value="false") public boolean contentTags
@QueryParam(value="objecttags") @DefaultValue(value="false") public boolean objectTags
@QueryParam(value="translationstatus") @DefaultValue(value="false") public boolean translationStatus
Copyright © 2024 Gentics Software. All rights reserved.