Uses of Class
org.apache.myfaces.tobago.context.ThemeImpl
-
Packages that use ThemeImpl Package Description org.apache.myfaces.tobago.context org.apache.myfaces.tobago.internal.config -
-
Uses of ThemeImpl in org.apache.myfaces.tobago.context
Methods in org.apache.myfaces.tobago.context that return ThemeImpl Modifier and Type Method Description ThemeImpl
ThemeImpl. getFallback()
Methods in org.apache.myfaces.tobago.context with parameters of type ThemeImpl Modifier and Type Method Description void
ThemeImpl. setFallback(ThemeImpl fallback)
-
Uses of ThemeImpl in org.apache.myfaces.tobago.internal.config
Methods in org.apache.myfaces.tobago.internal.config that return types with arguments of type ThemeImpl Modifier and Type Method Description Map<String,ThemeImpl>
TobagoConfigImpl. getAvailableThemes()
List<ThemeImpl>
TobagoConfigFragment. getThemeDefinitions()
Methods in org.apache.myfaces.tobago.internal.config with parameters of type ThemeImpl Modifier and Type Method Description protected void
TobagoConfigImpl. addAvailableTheme(ThemeImpl availableTheme)
void
TobagoConfigFragment. addThemeDefinition(ThemeImpl theme)
-