@PublicSpi
public interface ViewProfilePanel
Modifier and Type | Field and Description |
---|---|
static String |
VIEW_TEMPLATE
The default velocity template name that is used to render the view.
|
Modifier and Type | Method and Description |
---|---|
String |
getHtml(ApplicationUser profileUser)
Renders the html to be used in this profile panel.
|
void |
init(ViewProfilePanelModuleDescriptor moduleDescriptor)
This method is called on plugin initialization and provides the module with a reference to the parent
module descriptor.
|
static final String VIEW_TEMPLATE
void init(ViewProfilePanelModuleDescriptor moduleDescriptor)
moduleDescriptor
- the controlling class that doles out this module.String getHtml(ApplicationUser profileUser)
profileUser
- The user whose profile is being viewed. May be null.Copyright © 2002-2021 Atlassian. All Rights Reserved.