Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.webcontainer
Class ThemeActionsBean

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

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

See Also:
Serialized Form

Constructor Summary
ThemeActionsBean()
           
 
Method Summary
 List<SelectItem> getAvailablePages(String theme)
           
 List<SelectItem> getAvailableThemes()
           
 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 List<SelectItem> getAvailableThemes()
Specified by:
getAvailableThemes in interface ThemeActions

getAvailablePages

public List<SelectItem> getAvailablePages(String theme)
Specified by:
getAvailablePages in interface ThemeActions

getDefaultTheme

public String getDefaultTheme()
Specified by:
getDefaultTheme in interface ThemeActions

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.