![]() |
BaltradDex
BALTRAD Data Exchange System
|
Public Member Functions | |
| DataSourceListServlet () | |
| ModelAndView | handleRequest (HttpServletRequest request, HttpServletResponse response) |
| void | doPost (HttpServletRequest request, HttpServletResponse response) |
| void | setConfigurationManager (IConfigurationManager confManager) |
| void | setUserManager (IUserManager userManager) |
| void | setDataSourceManager (IDataSourceManager dataSourceManager) |
| void | setMessages (MessageResourceUtil messages) |
| void | setLog (Logger log) |
| void | setAuthenticator (Authenticator authenticator) |
| void | setProtocolManager (ProtocolManager protocolManager) |
Protected Member Functions | |
| void | initConfiguration () |
Protected Attributes | |
| User | localNode |
Receives and handles data source listing requests.
|
inline |
Default constructor.
|
inline |
Actual mathod processing requests.
| request | Http servlet request |
| response | Http servlet response |
|
inline |
Implements Controller interface.
| request | Http servlet request |
| response | Http servlet response |
|
inlineprotected |
Initializes servlet with current configuration.
|
inline |
| authenticator | the authenticator to set |
|
inline |
| configurationManager |
|
inline |
| dataSourceManager | the dataSourceManager to set |
|
inline |
| log | the log to set |
|
inline |
| messages | the messages to set |
|
inline |
| protocolManager | the protocol manager to use |
|
inline |
| userManager | the userManager to set |