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)
ViewProfilePanelinit in interface ViewProfilePanelmoduleDescriptor - the controlling class that doles out this module.public String getHtml(ApplicationUser profileUser)
ViewProfilePanelgetHtml in interface ViewProfilePanelprofileUser - The user whose profile is being viewed. May be null.public String getTabKey()
Copyright © 2002-2018 Atlassian. All Rights Reserved.