Class WebFragmentWebComponent
java.lang.Object
com.atlassian.jira.web.component.AbstractWebComponent
com.atlassian.jira.web.component.webfragment.WebFragmentWebComponent
This class displays sections of the web interface through plugins
The layout of sections and its items are handled by the velocity template file
-
Field Summary
Fields inherited from class com.atlassian.jira.web.component.AbstractWebComponent
applicationProperties -
Constructor Summary
ConstructorsConstructorDescriptionWebFragmentWebComponent(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager) -
Method Summary
Modifier and TypeMethodDescriptiongetHtml(String template, String location, JiraHelper jiraHelper) getHtml(String template, String location, JiraHelper jiraHelper, ContextLayoutBean layoutBean) booleanhasDisplayableItems(String location, JiraHelper jiraHelper) Methods inherited from class com.atlassian.jira.web.component.AbstractWebComponent
asHtml, getHtml
-
Constructor Details
-
WebFragmentWebComponent
public WebFragmentWebComponent(com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, VelocityTemplatingEngine templatingEngine, ApplicationProperties applicationProperties, JiraAuthenticationContext authenticationContext, SimpleLinkManager simpleLinkManager)
-
-
Method Details
-
getHtml
-
getHtml
public String getHtml(String template, String location, JiraHelper jiraHelper, ContextLayoutBean layoutBean) -
hasDisplayableItems
-