| Package | Description |
|---|---|
| org.xwiki.edit | |
| org.xwiki.edit.script |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEditor<D>
Base class for editors that take their input from the
ScriptContext. |
class |
AbstractTemplateEditor<D>
Base class for editors that are based on a template.
|
| Modifier and Type | Method and Description |
|---|---|
<D> Editor<D> |
EditorManager.getDefaultEditor(Type dataType) |
<D> Editor<D> |
EditorManager.getDefaultEditor(Type dataType,
String category) |
<D> Editor<D> |
EditorManager.getEditor(Type dataType,
String hint) |
| Modifier and Type | Method and Description |
|---|---|
<D> List<Editor<D>> |
EditorManager.getEditors(Type dataType) |
<D> List<Editor<D>> |
EditorManager.getEditors(Type dataType,
String category) |
| Modifier and Type | Method and Description |
|---|---|
Editor<D> |
AbstractTypedEditScriptService.getDefaultEditor() |
Editor<D> |
AbstractTypedEditScriptService.getDefaultEditor(String category) |
<D> Editor<D> |
EditScriptService.getDefaultEditor(Type dataType) |
<D> Editor<D> |
EditScriptService.getDefaultEditor(Type dataType,
String category) |
Editor<org.xwiki.rendering.syntax.SyntaxContent> |
SyntaxContentEditScriptService.getDefaultTextEditor() |
Editor<org.xwiki.rendering.block.XDOM> |
XDOMEditScriptService.getDefaultTextEditor() |
Editor<org.xwiki.rendering.syntax.SyntaxContent> |
SyntaxContentEditScriptService.getDefaultWysiwygEditor() |
Editor<org.xwiki.rendering.block.XDOM> |
XDOMEditScriptService.getDefaultWysiwygEditor() |
Editor<D> |
AbstractTypedEditScriptService.getEditor(String hint) |
<D> Editor<D> |
EditScriptService.getEditor(Type dataType,
String hint) |
| Modifier and Type | Method and Description |
|---|---|
List<Editor<D>> |
AbstractTypedEditScriptService.getEditors() |
List<Editor<D>> |
AbstractTypedEditScriptService.getEditors(String category) |
<D> List<Editor<D>> |
EditScriptService.getEditors(Type dataType) |
<D> List<Editor<D>> |
EditScriptService.getEditors(Type dataType,
String category) |
Copyright © 2004–2016 XWiki. All rights reserved.