public class DefaultProfilePanel extends Object implements ViewProfilePanel
VIEW_TEMPLATE
Constructor and Description |
---|
DefaultProfilePanel() |
Modifier and Type | Method and Description |
---|---|
String |
getHtml(ApplicationUser 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.
|
public void init(ViewProfilePanelModuleDescriptor moduleDescriptor)
ViewProfilePanel
init
in interface ViewProfilePanel
moduleDescriptor
- the controlling class that doles out this module.public String getHtml(ApplicationUser profileUser)
ViewProfilePanel
getHtml
in interface ViewProfilePanel
profileUser
- The user whose profile is being viewed. May be null.public String getTabKey()
Copyright © 2002-2022 Atlassian. All Rights Reserved.