com.atlassian.jira.web.action.admin.notification
Class AbstractNotificationAction

java.lang.Object
  extended byActionSupport
      extended bycom.atlassian.jira.web.action.admin.notification.AbstractNotificationAction

public abstract class AbstractNotificationAction
extends ActionSupport

See Also:
Serialized Form

Constructor Summary
AbstractNotificationAction()
           
 
Method Summary
protected  java.lang.String getRedirect(java.lang.String redirectUrl)
          Get a definitive result with a redirect upon success.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractNotificationAction

public AbstractNotificationAction()
Method Detail

getRedirect

protected java.lang.String getRedirect(java.lang.String redirectUrl)
                                throws java.lang.Exception
Get a definitive result with a redirect upon success. Returns error if there are error messages, otherwise redirects to another URL if successful.

Throws:
java.lang.Exception