com.gentics.contentnode.rest.model.response
Class PagePreviewResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.PagePreviewResponse
public class PagePreviewResponse
- extends GenericResponse
Response for a page preview request
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PagePreviewResponse
public PagePreviewResponse()
- Empty constructor needed by JAXB
PagePreviewResponse
public PagePreviewResponse(Message message,
ResponseInfo responseInfo,
String preview)
- Creates a PageLoadResponse with the provided single message and ResponseInfo.
- Parameters:
message
- The messages that should be displayed to the userresponse
- ResponseInfo with the status of the response
getPreview
public String getPreview()
setPreview
public void setPreview(String preview)
Copyright © 2013 Gentics Software GmbH. All Rights Reserved.