|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.PageLoadResponse
public class PageLoadResponse
Response for a page load request.
Constructor Summary | |
---|---|
PageLoadResponse()
Empty constructor needed by JAXB |
|
PageLoadResponse(Message message,
ResponseInfo responseInfo,
Page page)
Creates a PageLoadResponse with the provided single message and ResponseInfo. |
Method Summary | |
---|---|
Page |
getPage()
|
void |
setPage(Page page)
|
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse |
---|
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PageLoadResponse()
public PageLoadResponse(Message message, ResponseInfo responseInfo, Page page)
message
- The messages that should be displayed to the userresponse
- ResponseInfo with the status of the responseMethod Detail |
---|
public Page getPage()
public void setPage(Page page)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |