public final class

PopUpMessageFactory

extends Object
java.lang.Object
   ↳ com.atlassian.jira.web.action.message.PopUpMessageFactory

Class Overview

Creates PopUpMessage instances.

Summary

Public Constructors
PopUpMessageFactory()
Public Methods
final PopUpMessage createHtmlMessage(JiraWebActionSupport.MessageType type, String title, String htmlMessage, ClosingPolicy closingPolicy)
final PopUpMessage createPlainMessage(JiraWebActionSupport.MessageType type, String title, String plainMessage, ClosingPolicy closingPolicy)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PopUpMessageFactory ()

Public Methods

public final PopUpMessage createHtmlMessage (JiraWebActionSupport.MessageType type, String title, String htmlMessage, ClosingPolicy closingPolicy)

Parameters
type type (severity) of the message
title plain text title
htmlMessage HTML body of the message
closingPolicy closing policy compatible with AUI flags

public final PopUpMessage createPlainMessage (JiraWebActionSupport.MessageType type, String title, String plainMessage, ClosingPolicy closingPolicy)

Parameters
type type (severity) of the message
title plain text title
plainMessage plaintext body of the message
closingPolicy closing policy compatible with AUI flags