public interface MarshallingConstants
Modifier and Type | Field and Description |
---|---|
static String |
DEPTH_CONTROL_KEY_PREFIX
Key used to isolate depth control key: counter to manage infinite marshaller to marshaller call.
|
static String |
DOCUMENT_PROPERTIES_HEADER
Deprecated.
use "properties" instead
|
static String |
EMBED_ENRICHERS
Parameter name to specify which ContentEnrichers should be activated.
|
static String |
EMBED_PROPERTIES
Parameter name to specify which document's properties should be loaded.
|
static String |
ENTITY_FIELD_NAME
The field name for entity's type.
|
static String |
FETCH_PROPERTIES
Parameter name to specify which properties should be fetched.
|
static String |
HEADER_PREFIX
Prefix to put Nuxeo parameters in Headers.
|
static String |
MAX_DEPTH_PARAM
Parameter name to specify how deep the marshallers should call sub marshallers.
|
static String |
NXCONTENT_CATEGORY_HEADER
Deprecated.
use "enrichers" concatenated with "document" (example: enrichers:document=acls)
|
static String |
TRANSLATE_PROPERTIES
Parameter name to specify which properties should be translated.
|
static String |
WILDCARD_VALUE
Value to specify embed all or fetch all
|
static String |
WRAPPED_CONTEXT
Context parameter key used to get current
WrappedContext in a RenderingContext . |
static final String ENTITY_FIELD_NAME
static final String HEADER_PREFIX
static final String EMBED_PROPERTIES
static final String EMBED_ENRICHERS
static final String FETCH_PROPERTIES
static final String TRANSLATE_PROPERTIES
static final String MAX_DEPTH_PARAM
static final String WILDCARD_VALUE
@Deprecated static final String DOCUMENT_PROPERTIES_HEADER
@Deprecated static final String NXCONTENT_CATEGORY_HEADER
static final String WRAPPED_CONTEXT
WrappedContext
in a RenderingContext
.static final String DEPTH_CONTROL_KEY_PREFIX
Copyright © 2015 Nuxeo SA. All rights reserved.