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
**************************************
EXPERIMENTAL - Subject to change
**************************************
Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
EDITING_CONTEXT_MODEL_ATTR
TheEditingSessionContext
attribute that points to theAuthorDocumentModel
.
-
-
-
Field Detail
-
EDITING_CONTEXT_MODEL_ATTR
static final java.lang.String EDITING_CONTEXT_MODEL_ATTR
TheEditingSessionContext
attribute that points to theAuthorDocumentModel
.- See Also:
- Constant Field Values
-
-