Package org.riotfamily.forms.factory

Interface Summary
ContainerElementFactory Interface to be implemented by element factories that create container elements.
EditorElementFactory Interface to be implemented by element factories that create editor elements.
FormFactory Factory interface that can be registered with a FormRepository to create new form instances.
FormRepository Repository of form factories.
 

Class Summary
AbstractFormRepository  
ConfigurableElementFactory Configurable element factory that can be used to create arbitary form elements.
DefaultFormFactory Form factory used by XmlFormRepositoryDigester.
RepositoryFormController FormController that creates forms using a FormRepository.
 

Exception Summary
FormDefinitionException Exception to be thrown by element factories to indicate configuration errors.
FormRepositoryException Exception thrown when a FormRepository encounters an internal error, and its definitions are invalid: for example, if an XML document containing form definitions isn't well-formed.