Class PageLoadResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.PageLoadResponse
All Implemented Interfaces:
Serializable

public class PageLoadResponse extends GenericResponse
Response for a page load request.
Author:
floriangutmann
See Also:
  • Constructor Details

    • PageLoadResponse

      public PageLoadResponse()
      Empty constructor needed by JAXB
    • PageLoadResponse

      public PageLoadResponse(Message message, ResponseInfo responseInfo, Page page)
      Creates 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

      public Page getPage()
    • setPage

      public void setPage(Page page)
    • getStagingStatus

      public StagingStatus getStagingStatus()
    • setStagingStatus

      public void setStagingStatus(StagingStatus stagingStatus)