@Beta public final class PortalResponse extends Object
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() |
com.google.common.net.MediaType |
getContentType() |
com.google.common.collect.ImmutableList<String> |
getContributions(HtmlTag tag) |
com.google.common.collect.ImmutableList<javax.servlet.http.Cookie> |
getCookies() |
com.google.common.collect.ImmutableMap<String,String> |
getHeaders() |
HttpStatus |
getStatus() |
WebSocketConfig |
getWebSocket() |
boolean |
hasContributions() |
boolean |
isPostProcess() |
public HttpStatus getStatus()
public com.google.common.net.MediaType getContentType()
public Object getBody()
public boolean isPostProcess()
public com.google.common.collect.ImmutableList<String> getContributions(HtmlTag tag)
public boolean hasContributions()
public static PortalResponse.Builder create()
public String getAsString()
public com.google.common.collect.ImmutableList<javax.servlet.http.Cookie> getCookies()
public WebSocketConfig getWebSocket()
public boolean applyFilters()
public static PortalResponse.Builder create(PortalResponse source)