|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.riotfamily.riot.editor.xml.XmlEditorRepositoryDigester
public class XmlEditorRepositoryDigester
Field Summary | |
---|---|
static String |
NAMESPACE
|
Constructor Summary | |
---|---|
XmlEditorRepositoryDigester(XmlEditorRepository editorRepository,
BeanFactory beanFactory)
|
Method Summary | |
---|---|
protected void |
addEditorDefinition(AbstractEditorDefinition editor)
|
void |
digest(Document doc,
Resource resource)
Initializes the repository by digesting the given document. |
protected EditorDefinition |
digestChildEditorDefinition(Element ele,
EditorDefinition parentDef)
|
protected void |
digestChildEditors(Element ele,
ObjectEditorDefinition editorDef)
|
protected EditorDefinition |
digestCustomDefinition(Element ele,
EditorDefinition parentDef)
|
protected EditorDefinition |
digestEditorDefinition(Element ele)
Creates an EditorDefinition. |
protected FormChooserDefinition |
digestFormChooserDefinition(Element chooserElement,
EditorDefinition parentDef)
|
protected FormDefinition |
digestFormDefinition(Element formElement,
EditorDefinition parentDef)
Creates a new DefaultFormDefinition by digesting the given element. |
protected GroupDefinition |
digestGroupDefinition(Element groupElement,
EditorDefinition parentDef)
Creates a GroupDefinition by digesting the given element. |
protected void |
digestGroupEntries(Element groupElement,
GroupDefinition group)
|
protected ListDefinition |
digestListOrTreeDefinition(Element listElement)
|
protected ObjectEditorDefinition |
digestObjectEditorDefinition(Element ele,
EditorDefinition parentDef)
|
protected ViewDefinition |
digestViewDefinition(Element formElement,
EditorDefinition parentDef)
|
protected EditorDefinition |
getRef(Element ele)
|
protected String |
getUniqueId(String name)
|
protected void |
initListDefinition(ListDefinition listDefinition,
Element listElement)
Initialized a ListDefinition by digesting the given element. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAMESPACE
Constructor Detail |
---|
public XmlEditorRepositoryDigester(XmlEditorRepository editorRepository, BeanFactory beanFactory)
Method Detail |
---|
public void digest(Document doc, Resource resource)
digest
in interface DocumentDigester
protected void addEditorDefinition(AbstractEditorDefinition editor)
protected void digestGroupEntries(Element groupElement, GroupDefinition group)
protected GroupDefinition digestGroupDefinition(Element groupElement, EditorDefinition parentDef)
digestEditorDefinition()
.
protected ListDefinition digestListOrTreeDefinition(Element listElement)
protected void initListDefinition(ListDefinition listDefinition, Element listElement)
protected ObjectEditorDefinition digestObjectEditorDefinition(Element ele, EditorDefinition parentDef)
protected EditorDefinition digestEditorDefinition(Element ele)
protected EditorDefinition getRef(Element ele)
protected FormDefinition digestFormDefinition(Element formElement, EditorDefinition parentDef)
protected void digestChildEditors(Element ele, ObjectEditorDefinition editorDef)
protected EditorDefinition digestChildEditorDefinition(Element ele, EditorDefinition parentDef)
protected ViewDefinition digestViewDefinition(Element formElement, EditorDefinition parentDef)
protected String getUniqueId(String name)
protected FormChooserDefinition digestFormChooserDefinition(Element chooserElement, EditorDefinition parentDef)
protected EditorDefinition digestCustomDefinition(Element ele, EditorDefinition parentDef)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |