Class InternalFormServiceImpl
java.lang.Object
ch.tocco.nice2.netui.impl.bind.form.InternalFormServiceImpl
- All Implemented Interfaces:
InternalFormService
-
Constructor Summary
ConstructorDescriptionInternalFormServiceImpl
(UriResolver uriResolver, FacadeManager facadeManager, LocaleResolverService localeService) -
Method Summary
-
Constructor Details
-
InternalFormServiceImpl
public InternalFormServiceImpl(UriResolver uriResolver, FacadeManager facadeManager, LocaleResolverService localeService)
-
-
Method Details
-
getFormFacade
- Specified by:
getFormFacade
in interfaceInternalFormService
- Parameters:
uri
- The form uri, see https://wiki.tocco.ch/wiki/index.php/Data_Binding_URI_Form- Returns:
- The facade structure for the form specified.
- Throws:
UriStoreException
UnresolvableUriException
-
getForm
- Specified by:
getForm
in interfaceInternalFormService
- Throws:
UriStoreException
UnresolvableUriException
-