com.jalios.jcms.rest
Interface RestConstants

All Known Implementing Classes:
AdminResource, DataChildrenResource, DataCollectionRestResource, DataResource, DataRestResource, DataTypeCollectionResource, DataTypeItemResource, JcmsRestResource, MemberResource, RestletApplication, SearchResource, WorkflowItemResource, WorkflowsResource

public interface RestConstants

Rest Constants used both server and client side.

Since:
JCMS-6.0
Version:
$Revision: 33847 $
Author:
dissert

Field Summary
static String CSRF_HEADER_NAME
          HTTP Header to be included in OpenAPI requests in order to validate CSRF checks (whatever the value)
static String HTTP_HEADERS
           
static String METHOD_OVERRIDE_HTTP_HEADER
           
static String SERVER_REQUEST_HTTP_HEADER_PREFIX
           
static String UTS_ADMIN
           
static String UTS_DATA_CHILDREN
           
static String UTS_DATA_PARAM
           
static String UTS_DATATYPE_ITEM
           
static String UTS_DATATYPE_LIST
           
static String UTS_DOC
           
static String UTS_MEMBER_ITEM
           
static String UTS_SEARCH
           
static String UTS_WORKFLOWS
           
static String UTS_WORKFLOWS_ITEM
           
 

Field Detail

METHOD_OVERRIDE_HTTP_HEADER

static final String METHOD_OVERRIDE_HTTP_HEADER
See Also:
Constant Field Values

CSRF_HEADER_NAME

static final String CSRF_HEADER_NAME
HTTP Header to be included in OpenAPI requests in order to validate CSRF checks (whatever the value)

See Also:
Constant Field Values

HTTP_HEADERS

static final String HTTP_HEADERS
See Also:
Constant Field Values

SERVER_REQUEST_HTTP_HEADER_PREFIX

static final String SERVER_REQUEST_HTTP_HEADER_PREFIX
See Also:
Constant Field Values

UTS_MEMBER_ITEM

static final String UTS_MEMBER_ITEM
See Also:
Constant Field Values

UTS_DATA_PARAM

static final String UTS_DATA_PARAM
See Also:
Constant Field Values

UTS_DATA_CHILDREN

static final String UTS_DATA_CHILDREN
See Also:
Constant Field Values

UTS_DATATYPE_LIST

static final String UTS_DATATYPE_LIST
See Also:
Constant Field Values

UTS_DATATYPE_ITEM

static final String UTS_DATATYPE_ITEM
See Also:
Constant Field Values

UTS_WORKFLOWS

static final String UTS_WORKFLOWS
See Also:
Constant Field Values

UTS_WORKFLOWS_ITEM

static final String UTS_WORKFLOWS_ITEM
See Also:
Constant Field Values

UTS_SEARCH

static final String UTS_SEARCH
See Also:
Constant Field Values

UTS_ADMIN

static final String UTS_ADMIN
See Also:
Constant Field Values

UTS_DOC

static final String UTS_DOC
See Also:
Constant Field Values


Copyright © 2001-2010 Jalios SA. All Rights Reserved.