Uses of Interface
info.magnolia.module.templatingkit.style.Theme

Packages that use Theme
info.magnolia.module.templatingkit   
info.magnolia.module.templatingkit.functions   
info.magnolia.module.templatingkit.sites   
info.magnolia.module.templatingkit.style   
 

Uses of Theme in info.magnolia.module.templatingkit
 

Methods in info.magnolia.module.templatingkit that return Theme
 Theme STKModule.getTheme(String name)
           
 

Methods in info.magnolia.module.templatingkit that return types with arguments of type Theme
 Map<String,Theme> STKModule.getThemes()
           
 

Methods in info.magnolia.module.templatingkit with parameters of type Theme
 void STKModule.addTheme(String name, Theme theme)
           
 

Method parameters in info.magnolia.module.templatingkit with type arguments of type Theme
 void STKModule.setThemes(Map<String,Theme> themes)
           
 

Uses of Theme in info.magnolia.module.templatingkit.functions
 

Methods in info.magnolia.module.templatingkit.functions that return Theme
 Theme STKTemplatingFunctions.theme(Site site)
           
 

Uses of Theme in info.magnolia.module.templatingkit.sites
 

Classes in info.magnolia.module.templatingkit.sites that implement Theme
 class SiteStyle
          Deprecated. since 1.1, see Theme
 

Uses of Theme in info.magnolia.module.templatingkit.style
 

Classes in info.magnolia.module.templatingkit.style that implement Theme
 class ThemeImpl
          Basic implementation of the Theme interface.
 



Copyright © 2008-2014 Magnolia International Ltd.. All Rights Reserved.