Package org.xwiki.edit.script
Class XDOMEditScriptService
java.lang.Object
org.xwiki.edit.script.AbstractTypedEditScriptService<org.xwiki.rendering.block.XDOM>
org.xwiki.edit.script.XDOMEditScriptService
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component
@Singleton
@Named("edit.xdom")
public class XDOMEditScriptService
extends AbstractTypedEditScriptService<org.xwiki.rendering.block.XDOM>
Edit script service specialized in
XDOM
Editor
s.- Since:
- 8.2RC1
- Version:
- $Id: 3f066fef827b776882d96ff32e78b3d46ebff92d $
-
Constructor Summary
-
Method Summary
Methods inherited from class org.xwiki.edit.script.AbstractTypedEditScriptService
getDataType, getDefaultEditor, getDefaultEditor, getDefaultEditorId, getDefaultEditorId, getEditor, getEditors, getEditors
-
Constructor Details
-
XDOMEditScriptService
public XDOMEditScriptService()
-
-
Method Details
-
getDefaultTextEditor
- Returns:
- the default
XDOM
editor in the "Text" category
-
getDefaultWysiwygEditor
- Returns:
- the default
XDOM
editor in the "WYSIWYG" category
-