Uses of Class
org.apache.myfaces.tobago.context.ThemeImpl
-
Packages that use ThemeImpl Package Description org.apache.myfaces.tobago.config org.apache.myfaces.tobago.context org.apache.myfaces.tobago.internal.config -
-
Uses of ThemeImpl in org.apache.myfaces.tobago.config
Methods in org.apache.myfaces.tobago.config that return types with arguments of type ThemeImpl Modifier and Type Method Description Map<String,ThemeImpl>
TobagoConfig. getAvailableThemes()
Methods in org.apache.myfaces.tobago.config with parameters of type ThemeImpl Modifier and Type Method Description void
TobagoConfig. addAvailableTheme(ThemeImpl availableTheme)
-
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()
static ThemeImpl
ThemeImpl. merge(ThemeImpl base, ThemeImpl add)
Methods in org.apache.myfaces.tobago.context with parameters of type ThemeImpl Modifier and Type Method Description static ThemeImpl
ThemeImpl. merge(ThemeImpl base, ThemeImpl add)
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 List<ThemeImpl>
TobagoConfigFragment. getThemeDefinitions()
Methods in org.apache.myfaces.tobago.internal.config with parameters of type ThemeImpl Modifier and Type Method Description void
TobagoConfigFragment. addThemeDefinition(ThemeImpl theme)
-