org.riotfamily.components.config
Class ContentFormRepository

java.lang.Object
  extended by org.riotfamily.forms.factory.AbstractFormRepository
      extended by org.riotfamily.forms.factory.xml.XmlFormRepository
          extended by org.riotfamily.components.config.ContentFormRepository
All Implemented Interfaces:
ConfigurableBean, FormRepository, BeanFactoryAware, InitializingBean

public class ContentFormRepository
extends XmlFormRepository

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
ContentFormRepository()
           
 
Method Summary
 FormFactory createFormFactory(Class<?> beanClass, FormInitializer initializer, Validator validator)
           
 String getContentFormUrl(String formId, Long containerId, Long contentId)
           
 
Methods inherited from class org.riotfamily.forms.factory.xml.XmlFormRepository
addListener, afterPropertiesSet, configure, getDefaultBeanClass, getElementClass, getFormFactory, getMimetypesMap, getTinyMCEConfig, isReloadable, registerImport, setBeanFactory, setConfig, setConfigLocations, setCustomElements, setDefaultBeanClass, setMimetypesMap, setPriorityConfig, setPriorityConfigLocations, setReloadable, setTinyMCEProfiles
 
Methods inherited from class org.riotfamily.forms.factory.AbstractFormRepository
containsForm, createForm, getBeanClass, getFactories, registerFormFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentFormRepository

public ContentFormRepository()
Method Detail

createFormFactory

public FormFactory createFormFactory(Class<?> beanClass,
                                     FormInitializer initializer,
                                     Validator validator)
Overrides:
createFormFactory in class XmlFormRepository

getContentFormUrl

public String getContentFormUrl(String formId,
                                Long containerId,
                                Long contentId)