Class PageLoadResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.PageLoadResponse
- All Implemented Interfaces:
- Serializable
Response for a page load request.
- Author:
- floriangutmann
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionEmpty constructor needed by JAXBPageLoadResponse(Message message, ResponseInfo responseInfo, Page page) Creates a PageLoadResponse with the provided single message and ResponseInfo.
- 
Method SummaryModifier and TypeMethodDescriptiongetPage()voidvoidsetStagingStatus(StagingStatus stagingStatus) Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponseaddMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
- 
Constructor Details- 
PageLoadResponsepublic PageLoadResponse()Empty constructor needed by JAXB
- 
PageLoadResponseCreates a PageLoadResponse with the provided single message and ResponseInfo.- Parameters:
- message- The messages that should be displayed to the user
- response- ResponseInfo with the status of the response
 
 
- 
- 
Method Details- 
getPage
- 
setPage
- 
getStagingStatus
- 
setStagingStatus
 
-