public class PageResponse extends Response
responseHeaders
Constructor and Description |
---|
PageResponse() |
PageResponse(Page page) |
PageResponse(ResponseType type) |
Modifier and Type | Method and Description |
---|---|
void |
send(com.sun.net.httpserver.HttpExchange exchange,
Locale locale,
Theme theme) |
void |
setContent(java.lang.String content) |
equals, fixThemeColors, getCode, getContent, getHeader, getHeader, getResponse, hashCode, setHeader, setResponseHeaders, setType, toString, translate
public PageResponse(ResponseType type)
public PageResponse(Page page) throws GenerationException
GenerationException
public PageResponse()