org.sakaiproject.portal.service
Class EditorRegistryImpl
java.lang.Object
org.sakaiproject.portal.service.EditorRegistryImpl
- All Implemented Interfaces:
- EditorRegistry
public class EditorRegistryImpl
- extends Object
- implements EditorRegistry
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorRegistryImpl
public EditorRegistryImpl()
init
public void init()
destroy
public void destroy()
register
public void register(Editor editor)
- Specified by:
register in interface EditorRegistry
register
public void register(String id,
String name,
String editorUrl,
String launchUrl,
String preloadScript)
- Specified by:
register in interface EditorRegistry
unregister
public boolean unregister(Editor editor)
- Specified by:
unregister in interface EditorRegistry
unregister
public boolean unregister(String id)
- Specified by:
unregister in interface EditorRegistry
getEditor
public Editor getEditor(String id)
- Specified by:
getEditor in interface EditorRegistry
getEditors
public List<Editor> getEditors()
- Specified by:
getEditors in interface EditorRegistry
Copyright © 2003-2013 University of Michigan. All Rights Reserved.