public class SidebarBean
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
activePlugin |
protected java.util.List |
plugins |
protected SidebarConfigElement |
sidebarConfig |
| Constructor and Description |
|---|
SidebarBean()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActivePlugin()
Returns the id of the currently active plugin
|
java.lang.String |
getActivePluginPage()
Returns the path of the JSP to use for the current plugin
|
java.util.List |
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 java.lang.String activePlugin
protected java.util.List plugins
protected SidebarConfigElement sidebarConfig
public void pluginChanged(javax.faces.event.ActionEvent event)
public java.util.List getPlugins()
public java.lang.String getActivePlugin()
public java.lang.String getActivePluginPage()
public static SidebarConfigElement getSidebarConfig(javax.faces.context.FacesContext context)
context - Faces contextCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.