org.riotfamily.riot.editor
Class EditorRepository
java.lang.Object
org.riotfamily.riot.editor.EditorRepository
- All Implemented Interfaces:
- RiotRuntimeAware
- Direct Known Subclasses:
- XmlEditorRepository
public class EditorRepository
- extends Object
- implements RiotRuntimeAware
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorRepository
public EditorRepository()
setRiotRuntime
public void setRiotRuntime(RiotRuntime runtime)
- Specified by:
setRiotRuntime
in interface RiotRuntimeAware
getRiotRuntime
public RiotRuntime getRiotRuntime()
getRiotServletPrefix
public String getRiotServletPrefix()
getRootGroupDefinition
public GroupDefinition getRootGroupDefinition()
setRootGroupDefinition
public void setRootGroupDefinition(GroupDefinition rootGroupDefinition)
getEditorDefinitions
protected Map<String,EditorDefinition> getEditorDefinitions()
addEditorDefinition
public void addEditorDefinition(EditorDefinition editorDefinition)
getEditorDefinition
public EditorDefinition getEditorDefinition(String editorId)
getListDefinition
public ListDefinition getListDefinition(String editorId)
getFormDefinition
public FormDefinition getFormDefinition(String editorId)
getGroupDefinition
public GroupDefinition getGroupDefinition(String editorId)
getListRepository
public ListRepository getListRepository()
setListRepository
public void setListRepository(ListRepository listRepository)
getFormRepository
public FormRepository getFormRepository()
setFormRepository
public void setFormRepository(FormRepository formRepository)
addListener
public void addListener(ConfigurationEventListener listener)
- Subclasses may overwrite this method to allow the registration of
ConfigurationEventListeners
.
The default implementation does nothing.
- Since:
- 6.5