org.riotfamily.forms.factory
Interface FormFactory

All Superinterfaces:
ContainerElementFactory
All Known Implementing Classes:
DefaultFormFactory

public interface FormFactory
extends ContainerElementFactory

Factory interface that can be registered with a FormRepository to create new form instances.


Method Summary
 Form createForm()
           
 Class<?> getBeanClass()
           
 
Methods inherited from interface org.riotfamily.forms.factory.ContainerElementFactory
addChildFactory, getChildFactories
 

Method Detail

getBeanClass

Class<?> getBeanClass()

createForm

Form createForm()