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

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

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

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

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

Method parameters in org.apache.myfaces.tobago.config with type arguments of type Theme
 void TobagoConfig.setAvailableThemes(java.util.Map<java.lang.String,Theme> availableTheme)
           
 

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

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
 java.util.List<Theme> Theme.getFallbackList()
           
 

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



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