public class

DefaultProfilePanel

extends Object
implements ViewProfilePanel
java.lang.Object
   ↳ com.atlassian.jira.plugin.profile.DefaultProfilePanel
Known Direct Subclasses

Class Overview

Renders html for a view profile panel.

Summary

[Expand]
Inherited Constants
From interface com.atlassian.jira.plugin.profile.ViewProfilePanel
Public Constructors
DefaultProfilePanel()
Public Methods
String getHtml(User profileUser)
Renders the html to be used in this profile panel.
String getTabKey()
void init(ViewProfilePanelModuleDescriptor moduleDescriptor)
This method is called on plugin initialization and provides the module with a reference to the parent module descriptor.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.plugin.profile.ViewProfilePanel

Public Constructors

public DefaultProfilePanel ()

Public Methods

public String getHtml (User profileUser)

Renders the html to be used in this profile panel.

Parameters
profileUser The user whose profile is being viewed. May be null.
Returns
  • the html content.

public String getTabKey ()

public void init (ViewProfilePanelModuleDescriptor moduleDescriptor)

This method is called on plugin initialization and provides the module with a reference to the parent module descriptor.

Parameters
moduleDescriptor the controlling class that doles out this module.