Interface WebappAuthorDocumentFactoryConstants
- All Known Implementing Classes:
WebappAuthorDocumentFactory
@API(type=NOT_EXTENDABLE,
src=PRIVATE)
public interface WebappAuthorDocumentFactoryConstants
Constants for the webapp document factory.
- Since:
- 26.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTheEditingSessionContextattribute that points to theAuthorDocumentModel.static final StringThe name of the loading option that impose ETagRecord for the document.static final StringThe name of the loading option that stores whether the ETag should be sent on save.
-
Field Details
-
EDITING_CONTEXT_MODEL_ATTR
TheEditingSessionContextattribute that points to theAuthorDocumentModel.- See Also:
-
ETAG_RECORD_LOADING_OPTION_KEY
The name of the loading option that impose ETagRecord for the document.- See Also:
-
SEND_ETAG_ON_SAVE_LOADING_OPTION_KEY
The name of the loading option that stores whether the ETag should be sent on save.- See Also:
-