Uses of Class
com.gentics.contentnode.rest.model.Template
-
-
Uses of Template in com.gentics.contentnode.rest.model
Subclasses of Template in com.gentics.contentnode.rest.model Modifier and Type Class Description class
TemplateInNode
Template in a nodeMethods in com.gentics.contentnode.rest.model that return Template Modifier and Type Method Description Template
Page. getTemplate()
TemplateMethods in com.gentics.contentnode.rest.model with parameters of type Template Modifier and Type Method Description void
Page. setTemplate(Template template)
-
Uses of Template in com.gentics.contentnode.rest.model.devtools
Subclasses of Template in com.gentics.contentnode.rest.model.devtools Modifier and Type Class Description class
TemplateInPackage
Template in a package.
If the object does not have a (local) ID, this means that the object was not synchronized to the CMS.
It is also possible, that the global ID of the object is null, if it is not set in thegentics_structure.json
file.
Objects without global ID in the filesystem can be imported into the CMS, but will never be "in sync", because they cannot be identified without global ID. -
Uses of Template in com.gentics.contentnode.rest.model.request
Methods in com.gentics.contentnode.rest.model.request that return Template Modifier and Type Method Description Template
TemplateCreateRequest. getTemplate()
Template to createTemplate
TemplateSaveRequest. getTemplate()
Template to be savedMethods in com.gentics.contentnode.rest.model.request with parameters of type Template Modifier and Type Method Description TemplateCreateRequest
TemplateCreateRequest. setTemplate(Template template)
Set the templatevoid
TemplateSaveRequest. setTemplate(Template template)
Set the template to be savedConstructors in com.gentics.contentnode.rest.model.request with parameters of type Template Constructor Description TemplateSaveRequest(Template template)
Create an instance with the given template -
Uses of Template in com.gentics.contentnode.rest.model.response
Methods in com.gentics.contentnode.rest.model.response that return Template Modifier and Type Method Description Template
TemplateLoadResponse. getTemplate()
Methods in com.gentics.contentnode.rest.model.response that return types with arguments of type Template Modifier and Type Method Description List<Template>
TemplateListResponse. getTemplates()
Get the list of templatesMethods in com.gentics.contentnode.rest.model.response with parameters of type Template Modifier and Type Method Description void
TemplateLoadResponse. setTemplate(Template template)
Method parameters in com.gentics.contentnode.rest.model.response with type arguments of type Template Modifier and Type Method Description void
TemplateListResponse. setTemplates(List<Template> templates)
Set the list of templatesConstructors in com.gentics.contentnode.rest.model.response with parameters of type Template Constructor Description TemplateLoadResponse(Message message, ResponseInfo responseInfo, Template template)
Creates a TemplateLoadResponse with the provided single message and ResponseInfo.Constructor parameters in com.gentics.contentnode.rest.model.response with type arguments of type Template Constructor Description TemplateUsageListResponse(Message message, ResponseInfo responseInfo, List<Template> templates, int total, int withoutPermission)
Create a new instance
-