public class DocumentEditorManager extends java.lang.Object implements JPropertiesListener
REVISION
Modifier and Type | Method and Description |
---|---|
java.util.List<DocumentEditor> |
getDocumentEditorList(FileDocument doc,
Member mbr,
java.lang.String lang)
Return the list of DocumentEditor available for the given document and the given member.
|
static DocumentEditorManager |
getInstance() |
void |
propertiesChange(JProperties properties)
Invoked after properties have been modified in JCMS and save on disk.
|
public static DocumentEditorManager getInstance()
public void propertiesChange(JProperties properties)
JPropertiesListener
You cannot alter the value received in parameters.
Note that properties parameter may be null, a limited set of site properties, or all site properties.
To check that a property has been modified, reload the "current" property instead using channel.getProperties
or
channel.getProperty
.
propertiesChange
in interface JPropertiesListener
properties
- the properties which have been submitted to changepublic java.util.List<DocumentEditor> getDocumentEditorList(FileDocument doc, Member mbr, java.lang.String lang)
doc
- the document to editmbr
- the memberlang
- the language (used to sort editors)Copyright © 2001-2022 Jalios SA. All Rights Reserved.