public class RenderResponse extends Object
| Constructor and Description |
|---|
RenderResponse(String uuid,
String content)
Create a new render response with the unique identifier and the page content.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
Get the content of the page.
|
String |
getUuid()
Get the unique identifier of the page.
|
Copyright © 2017. All rights reserved.