Class FormServiceImpl
java.lang.Object
ch.tocco.nice2.netui.impl.bind.form.FormServiceImpl
- All Implemented Interfaces:
FormService
-
Constructor Summary
ConstructorDescriptionFormServiceImpl
(org.slf4j.Logger log, InternalFormService internalFormService) -
Method Summary
-
Constructor Details
-
FormServiceImpl
-
-
Method Details
-
getForm
public ComponentFacade getForm(String uri) throws UriStoreException, UnresolvableUriException, URISyntaxException - Specified by:
getForm
in interfaceFormService
- Parameters:
uri
- The form uri as string, see https://wiki.tocco.ch/wiki/index.php/Data_Binding_URI_Form (It was not possible somehow with dwr to marshall an URI object directly.)- Throws:
UriStoreException
UnresolvableUriException
URISyntaxException
-