public class ClientProfileNotificationController extends Object
| Constructor and Description |
|---|
ClientProfileNotificationController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
get()
Method to handle GET-Requests.
|
org.springframework.web.servlet.ModelAndView |
saveSettings(javax.servlet.http.HttpServletRequest request,
ClientProfileNotificationsForm notificationSettings,
org.springframework.validation.BindingResult result)
Method to save the send settings.
|
@RequestMapping public org.springframework.web.servlet.ModelAndView get()
@RequestMapping(method=POST)
public org.springframework.web.servlet.ModelAndView saveSettings(javax.servlet.http.HttpServletRequest request,
@ModelAttribute(value="command")
ClientProfileNotificationsForm notificationSettings,
org.springframework.validation.BindingResult result)
request - The current request.notificationSettings - The settings to save.result - The result to bind errors and so on to.Copyright © 2019 Communote team. All rights reserved.