![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| RegistryConfigurationController () | |
| void | setConfigManager (ConfigurationManager configManager) |
| void | setRegistryManager (RegistryManager registryManager) |
| void | setValidator (RegistryConfigurationValidator validator) |
| void | setMessages (MessageResourceUtil messages) |
Protected Member Functions | |
| String | setupForm (ModelMap model) |
| String | processSubmit ( @ModelAttribute("config") RegistryConfiguration conf, BindingResult result, ModelMap model) |
Configure delivery registry.
|
inline |
Constructor.
|
inlineprotected |
Save configuration.
| conf | Configuration object |
| result | Binding result |
| model | Model map |
|
inline |
| configManager | the configManager to set |
|
inline |
| messages | the messages to set |
|
inline |
| registryManager | the registryManager to set |
|
inlineprotected |
Load form backing object and render form.
| model | Model map |
|
inline |
| validator | the validator to set |