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 ThemeTobagoConfig. getDefaultTheme()abstract ThemeTobagoConfig. 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 classThemeImplMethods in org.apache.myfaces.tobago.context that return Theme Modifier and Type Method Description ThemeTobagoContext. 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 voidTobagoContext. 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 ThemeTobagoConfigImpl. getDefaultTheme()ThemeTobagoConfigImpl. 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()
-