Package org.nuxeo.ecm.core.io.registry
Interface MarshallingConstants
public interface MarshallingConstants
This class gather all marshalling related constants.
- Since:
- 7.2
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Key used to isolate depth control key: counter to manage infinite marshaller to marshaller call.static final String
Parameter name to specify which ContentEnrichers should be activated.static final String
Parameter name to specify which document's properties should be loaded.static final String
The field name for entity's type.static final String
Parameter name to specify which properties should be fetched.static final String
Prefix to put Nuxeo parameters in Headers.static final String
Parameter name to specify how deep the marshallers should call sub marshallers.static final char
Default separator for enrichers, fetch and translate based properties.static final String
Parameter name to specify which properties should be translated.static final String
Value to specify embed all or fetch allstatic final String
Context parameter key used to get currentWrappedContext
in aRenderingContext
.
-
Field Details
-
ENTITY_FIELD_NAME
The field name for entity's type.- See Also:
-
HEADER_PREFIX
Prefix to put Nuxeo parameters in Headers.- See Also:
-
EMBED_PROPERTIES
Parameter name to specify which document's properties should be loaded.- See Also:
-
EMBED_ENRICHERS
Parameter name to specify which ContentEnrichers should be activated.- See Also:
-
FETCH_PROPERTIES
Parameter name to specify which properties should be fetched.- See Also:
-
TRANSLATE_PROPERTIES
Parameter name to specify which properties should be translated.- See Also:
-
SEPARATOR
static final char SEPARATORDefault separator for enrichers, fetch and translate based properties.- See Also:
-
MAX_DEPTH_PARAM
Parameter name to specify how deep the marshallers should call sub marshallers.- See Also:
-
WILDCARD_VALUE
Value to specify embed all or fetch all- See Also:
-
WRAPPED_CONTEXT
Context parameter key used to get currentWrappedContext
in aRenderingContext
.- See Also:
-
DEPTH_CONTROL_KEY_PREFIX
Key used to isolate depth control key: counter to manage infinite marshaller to marshaller call.- See Also:
-