Uses of Class
com.atlassian.jira.web.action.JiraWebActionSupport.MessageType

Packages that use JiraWebActionSupport.MessageType
com.atlassian.jira.web.action   
 

Uses of JiraWebActionSupport.MessageType in com.atlassian.jira.web.action
 

Methods in com.atlassian.jira.web.action that return JiraWebActionSupport.MessageType
static JiraWebActionSupport.MessageType JiraWebActionSupport.MessageType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JiraWebActionSupport.MessageType[] JiraWebActionSupport.MessageType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.web.action with parameters of type JiraWebActionSupport.MessageType
protected  String JiraWebActionSupport.returnCompleteWithInlineRedirectAndMsg(String url, String msg, JiraWebActionSupport.MessageType type, boolean closeable, String target)
          This will redirect like JiraWebActionSupport.returnCompleteWithInlineRedirect(String), and will also populate the response with the details of a pop-up message to be displayed on the redirected page.
protected  String JiraWebActionSupport.returnMsgToUser(String url, String msg, JiraWebActionSupport.MessageType type, boolean closeable, String target)
          This will redirect like JiraWebActionSupport.returnComplete(), and will also populate the response with the details of a pop-up message to be displayed on the redirected page.
 



Copyright © 2002-2012 Atlassian. All Rights Reserved.