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 Editors.
Since:
8.2RC1
Version:
$Id: 3f066fef827b776882d96ff32e78b3d46ebff92d $
  • Constructor Details

    • XDOMEditScriptService

      public XDOMEditScriptService()
  • Method Details

    • getDefaultTextEditor

      public Editor<org.xwiki.rendering.block.XDOM> getDefaultTextEditor()
      Returns:
      the default XDOM editor in the "Text" category
    • getDefaultWysiwygEditor

      public Editor<org.xwiki.rendering.block.XDOM> getDefaultWysiwygEditor()
      Returns:
      the default XDOM editor in the "WYSIWYG" category