|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ViewProfilePanel
Defines a "panel" of content that will be displayed on the view profile page, in the center. These panels will be groups by named "tabs".
| Field Summary | |
|---|---|
static String |
VIEW_TEMPLATE
The default velocity template name that is used to render the view. |
| Method Summary | |
|---|---|
String |
getHtml(User 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. |
| Field Detail |
|---|
static final String VIEW_TEMPLATE
| Method Detail |
|---|
void init(ViewProfilePanelModuleDescriptor moduleDescriptor)
moduleDescriptor - the controlling class that doles out this module.String getHtml(User profileUser)
profileUser - The user whose profile is being viewed. May be null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||