|
||||||||||
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 |
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 |
SERVER_CONTEXT
The server context added to URLs. |
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 SERVER_CONTEXT
static final String WORKSPACE_CONTEXT
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |