![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| NodeConfigurationController () | |
| List< String > | getNodeTypes () |
| void | setConfigurationManager (ConfigurationManager configurationManager) |
| void | setUserManager (IUserManager userManager) |
| void | setValidator (NodeConfigurationValidator validator) |
| void | setMessages (MessageResourceUtil messages) |
Protected Member Functions | |
| String | setupForm (ModelMap model) |
| String | processSubmit ( @ModelAttribute("config") AppConfiguration conf, BindingResult result, ModelMap model) |
Save or modify system configuration.
|
inline |
Constructor.
|
inline |
Get node types.
|
inlineprotected |
Save configuration.
| conf | Configuration object |
| result | Binding result |
| model | Model map |
|
inline |
| configurationManager |
|
inline |
| messages | the messages to set |
|
inlineprotected |
Load form backing object and render form.
| model | Model map |
|
inline |
| userManager | the userManager to set |
|
inline |
| validator | the validator to set |