Modifier and Type | Class and Description |
---|---|
static class |
PortalResponse.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
applyFilters() |
static PortalResponse.Builder |
create() |
static PortalResponse.Builder |
create(PortalResponse source) |
String |
getAsString() |
Object |
getBody() |
MediaType |
getContentType() |
ImmutableList<String> |
getContributions(HtmlTag tag) |
ImmutableList<javax.servlet.http.Cookie> |
getCookies() |
ImmutableMap<String,String> |
getHeaders() |
HttpStatus |
getStatus() |
WebSocketConfig |
getWebSocket() |
boolean |
hasContributions() |
boolean |
isPostProcess() |
public HttpStatus getStatus()
public MediaType getContentType()
public Object getBody()
public ImmutableMap<String,String> getHeaders()
public boolean isPostProcess()
public ImmutableList<String> getContributions(HtmlTag tag)
public boolean hasContributions()
public static PortalResponse.Builder create()
public String getAsString()
public ImmutableList<javax.servlet.http.Cookie> getCookies()
public WebSocketConfig getWebSocket()
public boolean applyFilters()
public static PortalResponse.Builder create(PortalResponse source)