Package org.opencms.workplace.editors
Class CmsEditorSelector
java.lang.Object
org.opencms.workplace.editors.CmsEditorSelector
Selects the dialog which should be displayed by OpenCms depending on the configuration value.
You can define the class of your editor selector in the OpenCms XML configuration files. The following files use this class:
- /jsp/editors/editor_main_html
- Since:
- 6.0.0
- See Also:
-
Constructor Summary
ConstructorDescriptionPublic constructor with JSP action element. -
Method Summary
Modifier and TypeMethodDescriptionReturns the uri of the dialog which will be displayed.
-
Constructor Details
-
CmsEditorSelector
Public constructor with JSP action element.- Parameters:
jsp
- an initialized JSP action element
-
-
Method Details
-
getSelectedEditorUri
Returns the uri of the dialog which will be displayed.- Returns:
- the uri of the property dialog
-