Class DefaultProfilePanel
java.lang.Object
com.atlassian.jira.plugin.profile.DefaultProfilePanel
- All Implemented Interfaces:
ViewProfilePanel
- Direct Known Subclasses:
ReferenceViewProfileTabPanel
Renders html for a view profile panel.
- Since:
- v3.12
-
Field Summary
Fields inherited from interface com.atlassian.jira.plugin.profile.ViewProfilePanel
VIEW_TEMPLATE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetHtml(ApplicationUser profileUser) Renders the html to be used in this profile panel.voidinit(ViewProfilePanelModuleDescriptor moduleDescriptor) This method is called on plugin initialization and provides the module with a reference to the parent module descriptor.
-
Constructor Details
-
DefaultProfilePanel
public DefaultProfilePanel()
-
-
Method Details
-
init
Description copied from interface:ViewProfilePanelThis method is called on plugin initialization and provides the module with a reference to the parent module descriptor.- Specified by:
initin interfaceViewProfilePanel- Parameters:
moduleDescriptor- the controlling class that doles out this module.
-
getHtml
Description copied from interface:ViewProfilePanelRenders the html to be used in this profile panel.- Specified by:
getHtmlin interfaceViewProfilePanel- Parameters:
profileUser- The user whose profile is being viewed. May be null.- Returns:
- the html content.
-
getTabKey
-