org.riotfamily.components.config
Class ContentFormRepository
java.lang.Object
org.riotfamily.forms.factory.AbstractFormRepository
org.riotfamily.forms.factory.xml.XmlFormRepository
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]
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentFormRepository
public ContentFormRepository()
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)