Class TemplateLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TemplateLoadResponse
- All Implemented Interfaces:
Serializable
Response for a template load request.
- See Also:
-
Constructor Summary
ConstructorDescriptionEmpty constructor needed by JAXBTemplateLoadResponse
(Message message, ResponseInfo responseInfo, Template template) Creates a TemplateLoadResponse with the provided single message and ResponseInfo. -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
TemplateLoadResponse
public TemplateLoadResponse()Empty constructor needed by JAXB -
TemplateLoadResponse
Creates a TemplateLoadResponse with the provided single message and ResponseInfo.- Parameters:
message
- The messages that should be displayed to the userresponse
- ResponseInfo with the status of the responsetemplate
- The template that should be returned
-
-
Method Details
-
getTemplate
-
setTemplate
-