public class HostPageData
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HostPageData.Message |
static class |
HostPageData.Theme |
Modifier and Type | Field and Description |
---|---|
DiffPreferencesInfo |
accountDiffPref |
boolean |
canLoadInIFrame |
boolean |
isNoteDbEnabled |
java.util.List<HostPageData.Message> |
messages |
java.util.List<java.lang.String> |
plugins |
java.lang.Integer |
pluginsLoadTimeout |
HostPageData.Theme |
theme |
java.lang.String |
version |
static java.lang.String |
XSRF_COOKIE_NAME
Name of the cookie in which the XSRF token is sent from the server to the client during host
page bootstrapping.
|
static java.lang.String |
XSRF_HEADER_NAME
Name of the HTTP header in which the client must send the XSRF token to the server on each
request.
|
Constructor and Description |
---|
HostPageData() |
public static final java.lang.String XSRF_COOKIE_NAME
public static final java.lang.String XSRF_HEADER_NAME
public java.lang.String version
public DiffPreferencesInfo accountDiffPref
public HostPageData.Theme theme
public java.util.List<java.lang.String> plugins
public java.util.List<HostPageData.Message> messages
public java.lang.Integer pluginsLoadTimeout
public boolean isNoteDbEnabled
public boolean canLoadInIFrame