|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJsonConstants
The IJsonConstants
interface provides JSON-specific constants used when JSON as a transport mechanism between the
REST client and the REST server.
Nested Class Summary | |
---|---|
static class |
IJsonConstants.RequestMethod
The HTTP method to use when creating a connection with the REST server. |
Field Summary | |
---|---|
static String |
BASE64_SUFFIX
The suffix appended to properties whose values are base64-encoded |
static String |
CHILDREN_KEY
The key in the JSONObject whose value is the collection of node children. |
static String |
PROPERTIES_KEY
The key in the JSONObject whose value is the collection of node properties. |
static String |
QUERY_CONTEXT
The segment added to the URLs for queries. |
static String |
WORKSPACE_CONTEXT
The workspace context added to the URLs. |
Field Detail |
---|
static final String CHILDREN_KEY
JSONObject
whose value is the collection of node children.
static final String PROPERTIES_KEY
JSONObject
whose value is the collection of node properties.
static final String WORKSPACE_CONTEXT
static final String QUERY_CONTEXT
static final String BASE64_SUFFIX
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |