Class FormBeanServiceImpl
java.lang.Object
ch.tocco.nice2.rest.form.impl.services.FormBeanServiceImpl
- All Implemented Interfaces:
FormBeanService
-
Constructor Summary
ConstructorDescriptionFormBeanServiceImpl
(org.slf4j.Logger log, FormModel formModel, ComponentBeanFactory componentBeanFactory) -
Method Summary
Modifier and TypeMethodDescriptiongetFormBean
(String name, String scope, Component.Configuration configuration) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.rest.form.api.FormBeanService
getFormBean
-
Constructor Details
-
FormBeanServiceImpl
public FormBeanServiceImpl(org.slf4j.Logger log, FormModel formModel, ComponentBeanFactory componentBeanFactory)
-
-
Method Details
-
getFormBean
- Specified by:
getFormBean
in interfaceFormBeanService
-