public class

AnnouncementBanner

extends Object
java.lang.Object
   ↳ com.atlassian.jira.admin.AnnouncementBanner

Class Overview

Helper class for displaying the announcement banner.

Summary

Public Constructors
AnnouncementBanner(JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties, RendererManager rendererManager, JiraVelocityManager jiraVelocityManager, JiraAuthenticationContext authenticationContext, I18nHelper.BeanFactory i18nFactory, RenderablePropertyFactory renderablePropertyFactory)
Public Methods
String getEditHtml()
String getIntroHtml()
String getViewHtml()
boolean isDisplay()
Protected Methods
boolean headerIsPublic()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public AnnouncementBanner (JiraAuthenticationContext jiraAuthenticationContext, ApplicationProperties applicationProperties, RendererManager rendererManager, JiraVelocityManager jiraVelocityManager, JiraAuthenticationContext authenticationContext, I18nHelper.BeanFactory i18nFactory, RenderablePropertyFactory renderablePropertyFactory)

Public Methods

public String getEditHtml ()

public String getIntroHtml ()

public String getViewHtml ()

public boolean isDisplay ()

Protected Methods

protected boolean headerIsPublic ()