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(FacesContext context)
Returns the SidebarConfigElement for the application
|
void |
pluginChanged(ActionEvent event) |
protected String activePlugin
protected List<UIListItem> plugins
protected SidebarConfigElement sidebarConfig
public void pluginChanged(ActionEvent event)
public List<UIListItem> getPlugins()
public String getActivePlugin()
public String getActivePluginPage()
public static SidebarConfigElement getSidebarConfig(FacesContext context)
context
- Faces contextCopyright © 2005–2017 Alfresco Software. All rights reserved.