Uses of Interface
org.apache.myfaces.tobago.context.Theme
-
Packages that use Theme Package Description org.apache.myfaces.tobago.config org.apache.myfaces.tobago.context org.apache.myfaces.tobago.internal.config -
-
Uses of Theme in org.apache.myfaces.tobago.config
Methods in org.apache.myfaces.tobago.config that return Theme Modifier and Type Method Description 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 Modifier and Type Method Description abstract List<Theme>
TobagoConfig. getSupportedThemes()
-
Uses of Theme in org.apache.myfaces.tobago.context
Classes in org.apache.myfaces.tobago.context that implement Theme Modifier and Type Class Description class
ThemeImpl
Methods in org.apache.myfaces.tobago.context that return Theme Modifier and Type Method Description Theme
TobagoContext. getTheme()
Methods in org.apache.myfaces.tobago.context that return types with arguments of type Theme Modifier and Type Method Description List<Theme>
Theme. getFallbackList()
List<Theme>
ThemeImpl. getFallbackList()
Methods in org.apache.myfaces.tobago.context with parameters of type Theme Modifier and Type Method Description void
TobagoContext. setTheme(Theme theme)
-
Uses of Theme in org.apache.myfaces.tobago.internal.config
Methods in org.apache.myfaces.tobago.internal.config that return Theme Modifier and Type Method Description Theme
TobagoConfigImpl. getDefaultTheme()
Theme
TobagoConfigImpl. getTheme(String name)
Methods in org.apache.myfaces.tobago.internal.config that return types with arguments of type Theme Modifier and Type Method Description List<Theme>
TobagoConfigImpl. getSupportedThemes()
-