Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT |
"yyyy-MM-dd\'T\'HH:mm:ss.SSSZZZ" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_XSRF_NAME |
"X-CSRF-Token" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
TEMPLATE |
"com/gwtplatform/dispatch/rest/rebind/RestService.vm" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
CLIENT_PACKAGE |
"client" |
protected static final String |
SHARED_PACKAGE |
"shared" |
protected static final String |
SUFFIX |
"Impl" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
MESSAGE |
"This is test message!" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SERVICE_NAME |
"dispatch/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
DEFAULT_SERVICE_NAME |
"dispatch/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
WRAPPED_CLASS_NAME |
"WrappedProxy" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
IMPL_NAME |
"implName" |
protected static final String |
PACKAGE |
"com.gwtplatform.mvp.client" |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final String |
DEFAULT_HIERARCHY_SEPARATOR |
"/" |
protected static final String |
DEFAULT_PARAM_SEPARATOR |
";" |
protected static final String |
DEFAULT_VALUE_SEPARATOR |
"=" |
protected static final char |
ESCAPE_CHARACTER |
92 |
protected static final String |
ESCAPED_ESCAPE_CHAR |
"\\3" |
protected static final String |
ESCAPED_HIERARCHY_SEPARATOR |
"\\0" |
protected static final String |
ESCAPED_PARAM_SEPARATOR |
"\\1" |
protected static final String |
ESCAPED_VALUE_SEPARATOR |
"\\2" |
Copyright © 2010–2014 Arcbees. All rights reserved.