Uses of Class
info.magnolia.module.templatingkit.resources.Resource

Packages that use Resource
info.magnolia.module.templatingkit.sites   
info.magnolia.module.templatingkit.style   
info.magnolia.module.templatingkit.templates.pages   
 

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

Subclasses of Resource in info.magnolia.module.templatingkit.sites
 class Resource
          Deprecated. since 1.1, Resource
 

Methods in info.magnolia.module.templatingkit.sites that return types with arguments of type Resource
 List<Resource> Site.getJsFiles()
           
 

Methods in info.magnolia.module.templatingkit.sites with parameters of type Resource
 void Site.addJsFile(Resource jsFile)
           
 

Method parameters in info.magnolia.module.templatingkit.sites with type arguments of type Resource
 void Site.setJsFiles(List<Resource> jsFiles)
           
 

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

Subclasses of Resource in info.magnolia.module.templatingkit.style
 class CssFile
          CssFiles bean define the Cascading style sheets describing the presentation semantics (look and formatting) of an HTML document.
 

Methods in info.magnolia.module.templatingkit.style that return types with arguments of type Resource
 List<Resource> ThemeImpl.getJsFiles()
           
 List<Resource> Theme.getJsFiles()
           
 

Methods in info.magnolia.module.templatingkit.style with parameters of type Resource
 void ThemeImpl.addJsFile(Resource jsFile)
           
 

Method parameters in info.magnolia.module.templatingkit.style with type arguments of type Resource
 void ThemeImpl.setJsFiles(List<Resource> jsFiles)
           
 

Uses of Resource in info.magnolia.module.templatingkit.templates.pages
 

Methods in info.magnolia.module.templatingkit.templates.pages that return types with arguments of type Resource
 List<Resource> STKPage.getJsFiles()
           
 

Methods in info.magnolia.module.templatingkit.templates.pages with parameters of type Resource
 void STKPage.addJsFile(Resource jsFile)
           
 

Method parameters in info.magnolia.module.templatingkit.templates.pages with type arguments of type Resource
 void STKPage.setJsFiles(List<Resource> jsFiles)
           
 



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