public class

WebFragmentWebComponent

extends AbstractWebComponent
java.lang.Object
   ↳ com.atlassian.jira.web.component.AbstractWebComponent
     ↳ com.atlassian.jira.web.component.webfragment.WebFragmentWebComponent

Class Overview

This class displays sections of the web interface through plugins

The layout of sections and its items are handled by the velocity template file

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.web.component.AbstractWebComponent
Public Constructors
WebFragmentWebComponent(JiraWebInterfaceManager webInterfaceManager, VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
Public Methods
String getHtml(String template, String location, JiraHelper jiraHelper)
String getHtml(String template, String location, JiraHelper jiraHelper, ContextLayoutBean layoutBean)
boolean hasDisplayableItems(String location, JiraHelper jiraHelper)
[Expand]
Inherited Methods
From class com.atlassian.jira.web.component.AbstractWebComponent
From class java.lang.Object

Public Constructors

public WebFragmentWebComponent (JiraWebInterfaceManager webInterfaceManager, VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)

Public Methods

public String getHtml (String template, String location, JiraHelper jiraHelper)

public String getHtml (String template, String location, JiraHelper jiraHelper, ContextLayoutBean layoutBean)

public boolean hasDisplayableItems (String location, JiraHelper jiraHelper)