Uses of Interface
org.apache.myfaces.tobago.context.Theme

Packages that use Theme
org.apache.myfaces.tobago.config   
org.apache.myfaces.tobago.context   
org.apache.myfaces.tobago.internal.config   
org.apache.myfaces.tobago.internal.context   
 

Uses of Theme in org.apache.myfaces.tobago.config
 

Methods in org.apache.myfaces.tobago.config that return Theme
abstract  Theme TobagoConfig.getDefaultTheme()
           
abstract  Theme TobagoConfig.getTheme(String name)
           
 

Methods in org.apache.myfaces.tobago.config that return types with arguments of type Theme
abstract  List<Theme> TobagoConfig.getSupportedThemes()
           
 

Uses of Theme in org.apache.myfaces.tobago.context
 

Classes in org.apache.myfaces.tobago.context that implement Theme
 class ThemeImpl
           
 

Methods in org.apache.myfaces.tobago.context that return Theme
 Theme ClientProperties.getTheme()
           
 

Methods in org.apache.myfaces.tobago.context that return types with arguments of type Theme
 List<Theme> Theme.getFallbackList()
           
 List<Theme> ThemeImpl.getFallbackList()
           
 

Methods in org.apache.myfaces.tobago.context with parameters of type Theme
 void ClientProperties.setTheme(Theme theme)
           
 

Uses of Theme in org.apache.myfaces.tobago.internal.config
 

Methods in org.apache.myfaces.tobago.internal.config that return Theme
 Theme TobagoConfigImpl.getDefaultTheme()
           
 Theme TobagoConfigImpl.getTheme(String name)
           
 

Methods in org.apache.myfaces.tobago.internal.config that return types with arguments of type Theme
 List<Theme> TobagoConfigImpl.getSupportedThemes()
           
 

Method parameters in org.apache.myfaces.tobago.internal.config with type arguments of type Theme
 void TobagoConfigImpl.setAvailableThemes(Map<String,Theme> availableThemes)
           
 

Uses of Theme in org.apache.myfaces.tobago.internal.context
 

Methods in org.apache.myfaces.tobago.internal.context that return Theme
 Theme ClientPropertiesKey.getTheme()
           
 



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.