Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.webapp.webcontainer
Class ThemeActionsBean

java.lang.Object
  extended by org.nuxeo.ecm.webapp.webcontainer.ThemeActionsBean
All Implemented Interfaces:
java.io.Serializable, ThemeActions

@Name(value="WebcontainerThemeActions")
@Scope(value=PAGE)
public class ThemeActionsBean
extends java.lang.Object
implements ThemeActions, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ThemeActionsBean()
           
 
Method Summary
 java.util.List<javax.faces.model.SelectItem> getAvailablePages(java.lang.String theme)
           
 java.util.List<javax.faces.model.SelectItem> getAvailableThemes()
           
 java.lang.String getDefaultTheme()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThemeActionsBean

public ThemeActionsBean()
Method Detail

getAvailableThemes

public java.util.List<javax.faces.model.SelectItem> getAvailableThemes()
Specified by:
getAvailableThemes in interface ThemeActions

getAvailablePages

public java.util.List<javax.faces.model.SelectItem> getAvailablePages(java.lang.String theme)
Specified by:
getAvailablePages in interface ThemeActions

getDefaultTheme

public java.lang.String getDefaultTheme()
Specified by:
getDefaultTheme in interface ThemeActions

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.