Class UserFeedbackUtil

java.lang.Object
org.duracloud.account.util.UserFeedbackUtil

public class UserFeedbackUtil extends Object
Author:
Daniel Bernstein Date: Feb 20, 2012
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    addFailureFlash(String 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
    addFlash(org.springframework.binding.message.Message message, 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
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • create

      public static org.springframework.binding.message.Message create(org.springframework.binding.message.Severity severity, String text)
    • addFailureFlash

      public static void addFailureFlash(String message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    • addWarningFlash

      public static void addWarningFlash(String message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    • addSuccessFlash

      public static void addSuccessFlash(String message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    • addFlash

      public static void addFlash(String message, org.springframework.binding.message.Severity severity, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)
    • createSuccess

      public static org.springframework.binding.message.Message createSuccess(String text)
    • addFlash

      public static void addFlash(org.springframework.binding.message.Message message, org.springframework.web.servlet.mvc.support.RedirectAttributes redirectAttributes)