public class SidebarBean extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
activePlugin |
protected List<UIListItem> |
plugins |
protected SidebarConfigElement |
sidebarConfig |
| Constructor and Description |
|---|
SidebarBean()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getActivePlugin()
Returns the id of the currently active plugin
|
String |
getActivePluginPage()
Returns the path of the JSP to use for the current plugin
|
List<UIListItem> |
getPlugins()
Returns a list of configured plugins
|
static SidebarConfigElement |
getSidebarConfig(javax.faces.context.FacesContext context)
Returns the SidebarConfigElement for the application
|
void |
pluginChanged(javax.faces.event.ActionEvent event) |
protected String activePlugin
protected List<UIListItem> plugins
protected SidebarConfigElement sidebarConfig
public void pluginChanged(javax.faces.event.ActionEvent event)
public List<UIListItem> getPlugins()
public String getActivePlugin()
public String getActivePluginPage()
public static SidebarConfigElement getSidebarConfig(javax.faces.context.FacesContext context)
context - Faces contextCopyright © 2005–2018 Alfresco Software. All rights reserved.