|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.SidebarBean
public class SidebarBean
Managed bean used by the sidebar component to manage it's state.
Field Summary | |
---|---|
protected java.lang.String |
activePlugin
|
protected java.util.List |
plugins
|
protected SidebarConfigElement |
sidebarConfig
|
Constructor Summary | |
---|---|
SidebarBean()
Default constructor |
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String activePlugin
protected java.util.List plugins
protected SidebarConfigElement sidebarConfig
Constructor Detail |
---|
public SidebarBean()
Method Detail |
---|
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 context
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |