public class UserFeedbackUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FEEDBACK_KEY |
| Constructor and Description |
|---|
UserFeedbackUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFailureFlash(String message,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
static void |
addFlash(org.springframework.binding.message.Message message,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
static void |
addFlash(String message,
org.springframework.binding.message.Severity severity,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
static void |
addSuccessFlash(String message,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
static void |
addWarningFlash(String message,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes) |
static org.springframework.binding.message.Message |
create(org.springframework.binding.message.Severity severity,
String text) |
static org.springframework.binding.message.Message |
createSuccess(String text) |
public static final String FEEDBACK_KEY
public static org.springframework.binding.message.Message create(org.springframework.binding.message.Severity severity,
String text)
public static void addFailureFlash(String message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
public static void addWarningFlash(String message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
public static void addSuccessFlash(String message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
public static void addFlash(String message, org.springframework.binding.message.Severity severity, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
public static org.springframework.binding.message.Message createSuccess(String text)
public static void addFlash(org.springframework.binding.message.Message message,
org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
Copyright © 2009–2016 DuraSpace. All rights reserved.