Uses of Class
com.gentics.contentnode.rest.model.response.TemplateLoadResponse
Package
Description
-
Uses of TemplateLoadResponse in com.gentics.contentnode.rest.resource
Modifier and TypeMethodDescriptionTemplateResource.copy
(String id, TemplateCopyRequest request) Create a copy of the templateTemplateResource.create
(TemplateCreateRequest request) Create a new templateLoad the template with the given id and return it.NodeResource.getTemplate
(String nodeId, String templateId) Get the template, if it is assigned to the nodeDeprecated.Unlock a template -
Uses of TemplateLoadResponse in com.gentics.contentnode.rest.resource.devtools
Modifier and TypeMethodDescriptionPackageResource.getTemplate
(String name, String template) Get the template in the package
GET /template/{id}
instead