| Package | Description |
|---|---|
| com.atlassian.jira.web.action | |
| com.atlassian.jira.web.action.message |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
JiraWebActionSupport.MessageType |
PopUpMessage.getType() |
| Modifier and Type | Method and Description |
|---|---|
PopUpMessage |
PopUpMessageFactory.createHtmlMessage(JiraWebActionSupport.MessageType type,
String title,
String htmlMessage,
ClosingPolicy closingPolicy) |
PopUpMessage |
PopUpMessageFactory.createPlainMessage(JiraWebActionSupport.MessageType type,
String title,
String plainMessage,
ClosingPolicy closingPolicy) |
Copyright © 2002-2017 Atlassian. All Rights Reserved.