| Package | Description |
|---|---|
| com.gentics.contentnode.rest.model | |
| com.gentics.contentnode.rest.model.request | |
| com.gentics.contentnode.rest.model.response |
| Modifier and Type | Method and Description |
|---|---|
Template |
Page.getTemplate()
Template
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setTemplate(Template template) |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateSaveRequest.getTemplate()
Template to be saved
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateSaveRequest.setTemplate(Template template)
Set the template to be saved
|
| Constructor and Description |
|---|
TemplateSaveRequest(Template template)
Create an instance with the given template
|
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateLoadResponse.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
List<Template> |
TemplateListResponse.getTemplates()
Get the list of templates
|
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateLoadResponse.setTemplate(Template template) |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateListResponse.setTemplates(List<Template> templates)
Set the list of templates
|
| Constructor and Description |
|---|
TemplateLoadResponse(Message message,
ResponseInfo responseInfo,
Template template)
Creates a TemplateLoadResponse with the provided single message and ResponseInfo.
|
| Constructor and Description |
|---|
TemplateUsageListResponse(Message message,
ResponseInfo responseInfo,
List<Template> templates,
int total,
int withoutPermission)
Create a new instance
|
Copyright © 2015 Gentics Software GmbH. All rights reserved.