Package org.xwiki.edit
Class AbstractTemplateEditor<D>
java.lang.Object
org.xwiki.edit.AbstractEditor<D>
org.xwiki.edit.AbstractTemplateEditor<D>
- Type Parameters:
D
- the type of data that can be edited by this editor
- All Implemented Interfaces:
Editor<D>
Base class for editors that are based on a template.
- Since:
- 8.2RC1
- Version:
- $Id: 7da6c1648f677fd3f62dcf891da4881728fc3f28 $
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.xwiki.edit.AbstractEditor
getEditContext, render
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xwiki.edit.Editor
getDescriptor
-
Constructor Details
-
AbstractTemplateEditor
public AbstractTemplateEditor()
-
-
Method Details
-
getTemplateName
- Returns:
- the path to the template that generates the HTML code that displays the editor
-
render
- Specified by:
render
in classAbstractEditor<D>
- Throws:
EditException
-