![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| MessagesConfigurationController () | |
| List< String > | getNodeTypes () |
| void | setConfigManager (ConfigurationManager configManager) |
| void | setLogManager (LogManager logManager) |
| void | setValidator (MessagesConfigurationValidator validator) |
| void | setMessages (MessageResourceUtil messages) |
Protected Member Functions | |
| String | setupForm (ModelMap model) |
| String | processSubmit ( @ModelAttribute("config") LogConfiguration conf, BindingResult result, ModelMap model) |
Configure system messages.
|
inline |
Constructor.
|
inlineprotected |
Save configuration.
| conf | Configuration object |
| result | Binding result |
| model | Model map |
|
inline |
| configManager | the configManager to set |
|
inline |
| logManager | the logManager to set |
|
inline |
| messages | the messages to set |
|
inlineprotected |
Load form backing object and render form.
| model | Model map |
|
inline |
| validator | the validator to set |