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

java.lang.Object
  |
  +--webwork.action.ActionSupport
        |
        +--com.atlassian.jira.web.action.admin.notification.AbstractNotificationAction
All Implemented Interfaces:
webwork.action.Action, webwork.action.CommandDriven, webwork.action.IllegalArgumentAware, java.io.Serializable

public abstract class AbstractNotificationAction
extends webwork.action.ActionSupport
implements webwork.action.CommandDriven

See Also:
Serialized Form

Field Summary
 
Fields inherited from class webwork.action.ActionSupport
command, errorMap, errorMessages, log
 
Fields inherited from interface webwork.action.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
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 webwork.action.ActionSupport
addError, addErrorMessage, addIllegalArgumentException, doDefault, doExecute, doValidation, execute, getErrorMessages, getErrors, getHasErrorMessages, getHasErrors, getLocale, getText, getTexts, getTexts, invalidInput, invokeCommand, isCommand, setCommand, setErrorMessages, setErrors, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface webwork.action.CommandDriven
setCommand
 

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.

java.lang.Exception


Copyright © 2002-2003 Atlassian. All Rights Reserved.