Skip navigation links
A B E G O R S T W X 

A

AbstractEditor<D> - Class in org.xwiki.edit
Base class for editors that take their input from the ScriptContext.
AbstractEditor() - Constructor for class org.xwiki.edit.AbstractEditor
 
AbstractTemplateEditor<D> - Class in org.xwiki.edit
Base class for editors that are based on a template.
AbstractTemplateEditor() - Constructor for class org.xwiki.edit.AbstractTemplateEditor
 
AbstractTypedEditScriptService<D> - Class in org.xwiki.edit.script
Base class for specialized edit script services that target specific types of editors.
AbstractTypedEditScriptService() - Constructor for class org.xwiki.edit.script.AbstractTypedEditScriptService
 

B

build() - Method in class org.xwiki.edit.EditorDescriptorBuilder
Builds the editor descriptor.

E

EditConfiguration - Interface in org.xwiki.edit
Edit configuration options.
EditException - Exception in org.xwiki.edit
An edit exception.
EditException(String) - Constructor for exception org.xwiki.edit.EditException
Construct an exception with the specified detail message.
EditException(String, Throwable) - Constructor for exception org.xwiki.edit.EditException
Construct an exception with the specified detail message and cause.
Editor<D> - Interface in org.xwiki.edit
Base interface for editors.
EditorConfiguration<D> - Interface in org.xwiki.edit
Interface used to customize the EditConfiguration for a specific data type.
EditorDescriptor - Interface in org.xwiki.edit
Describes an Editor.
EditorDescriptorBuilder - Class in org.xwiki.edit
Builds an EditorDescriptor instance.
EditorDescriptorBuilder() - Constructor for class org.xwiki.edit.EditorDescriptorBuilder
 
EditorManager - Interface in org.xwiki.edit
Manages the available Editors.
EditScriptService - Class in org.xwiki.edit.script
Script oriented edit APIs.
EditScriptService() - Constructor for class org.xwiki.edit.script.EditScriptService
 

G

get(String) - Method in class org.xwiki.edit.script.EditScriptService
 
getCategory() - Method in interface org.xwiki.edit.EditorDescriptor
 
getCategory() - Method in class org.xwiki.edit.EditorDescriptorBuilder
 
getDataType() - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getDefaultEditor(Type) - Method in interface org.xwiki.edit.EditConfiguration
Returns the component hint of the configured default editor or the id of the configured default editor category associated with the specified data type.
getDefaultEditor(Type, String) - Method in interface org.xwiki.edit.EditConfiguration
Returns the component hint of the configured default editor within the specified category, or the id of the configured default editor sub-category within the specified category, associated with the specified data type.
getDefaultEditor() - Method in interface org.xwiki.edit.EditorConfiguration
Returns the component hint of the configured default editor or the id of the configured default editor category associated with the data type bound to this configuration.
getDefaultEditor(String) - Method in interface org.xwiki.edit.EditorConfiguration
Returns the component hint of the configured default editor within the specified category, or the id of the configured default editor sub-category within the specified category, associated with the data type bound to this configuration.
getDefaultEditor(Type) - Method in interface org.xwiki.edit.EditorManager
 
getDefaultEditor(Type, String) - Method in interface org.xwiki.edit.EditorManager
 
getDefaultEditor() - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getDefaultEditor(String) - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getDefaultEditor(Type) - Method in class org.xwiki.edit.script.EditScriptService
 
getDefaultEditor(Type, String) - Method in class org.xwiki.edit.script.EditScriptService
 
getDefaultEditorId() - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getDefaultEditorId(String) - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getDefaultEditorId(Type) - Method in class org.xwiki.edit.script.EditScriptService
 
getDefaultEditorId(Type, String) - Method in class org.xwiki.edit.script.EditScriptService
 
getDefaultTextEditor() - Method in class org.xwiki.edit.script.SyntaxContentEditScriptService
 
getDefaultTextEditor() - Method in class org.xwiki.edit.script.XDOMEditScriptService
 
getDefaultWysiwygEditor() - Method in class org.xwiki.edit.script.SyntaxContentEditScriptService
 
getDefaultWysiwygEditor() - Method in class org.xwiki.edit.script.XDOMEditScriptService
 
getDescription() - Method in interface org.xwiki.edit.EditorDescriptor
 
getDescription() - Method in class org.xwiki.edit.EditorDescriptorBuilder
 
getDescriptor() - Method in interface org.xwiki.edit.Editor
 
getEditContext(D, Map<String, Object>) - Method in class org.xwiki.edit.AbstractEditor
 
getEditor(Type, String) - Method in interface org.xwiki.edit.EditorManager
 
getEditor(String) - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getEditor(Type, String) - Method in class org.xwiki.edit.script.EditScriptService
 
getEditors(Type) - Method in interface org.xwiki.edit.EditorManager
 
getEditors(Type, String) - Method in interface org.xwiki.edit.EditorManager
 
getEditors() - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getEditors(String) - Method in class org.xwiki.edit.script.AbstractTypedEditScriptService
 
getEditors(Type) - Method in class org.xwiki.edit.script.EditScriptService
 
getEditors(Type, String) - Method in class org.xwiki.edit.script.EditScriptService
 
getIcon() - Method in interface org.xwiki.edit.EditorDescriptor
 
getIcon() - Method in class org.xwiki.edit.EditorDescriptorBuilder
 
getId() - Method in interface org.xwiki.edit.EditorDescriptor
 
getId() - Method in class org.xwiki.edit.EditorDescriptorBuilder
 
getName() - Method in interface org.xwiki.edit.EditorDescriptor
 
getName() - Method in class org.xwiki.edit.EditorDescriptorBuilder
 
getTemplateName() - Method in class org.xwiki.edit.AbstractTemplateEditor
 

O

org.xwiki.edit - package org.xwiki.edit
 
org.xwiki.edit.script - package org.xwiki.edit.script
 

R

render(D, Map<String, Object>) - Method in class org.xwiki.edit.AbstractEditor
 
render() - Method in class org.xwiki.edit.AbstractEditor
 
render() - Method in class org.xwiki.edit.AbstractTemplateEditor
 
render(D, Map<String, Object>) - Method in interface org.xwiki.edit.Editor
Generates the HTML code needed to edit the given data.
ROLE_HINT - Static variable in class org.xwiki.edit.script.EditScriptService
The role hint of this component.

S

setCategory(String) - Method in class org.xwiki.edit.EditorDescriptorBuilder
Sets the editor category.
setDescription(String) - Method in class org.xwiki.edit.EditorDescriptorBuilder
Sets the editor description.
setIcon(String) - Method in class org.xwiki.edit.EditorDescriptorBuilder
Sets the editor icon.
setId(String) - Method in class org.xwiki.edit.EditorDescriptorBuilder
Sets the editor id.
setName(String) - Method in class org.xwiki.edit.EditorDescriptorBuilder
Sets the editor name.
SyntaxContentEditScriptService - Class in org.xwiki.edit.script
Edit script service specialized in SyntaxContent Editors.
SyntaxContentEditScriptService() - Constructor for class org.xwiki.edit.script.SyntaxContentEditScriptService
 

T

text(String, Syntax, Map<String, Object>) - Method in class org.xwiki.edit.script.SyntaxContentEditScriptService
Generates the HTML code needed to edit the given data.

W

wysiwyg(String, Syntax, Map<String, Object>) - Method in class org.xwiki.edit.script.SyntaxContentEditScriptService
Generates the HTML code needed to edit the given data.

X

XDOMEditScriptService - Class in org.xwiki.edit.script
Edit script service specialized in XDOM Editors.
XDOMEditScriptService() - Constructor for class org.xwiki.edit.script.XDOMEditScriptService
 
A B E G O R S T W X 
Skip navigation links

Copyright © 2004–2017 XWiki. All rights reserved.