Uses of Interface
org.apache.shindig.gadgets.templates.TemplateLibrary

Packages that use TemplateLibrary
org.apache.shindig.gadgets.templates   
 

Uses of TemplateLibrary in org.apache.shindig.gadgets.templates
 

Classes in org.apache.shindig.gadgets.templates that implement TemplateLibrary
 class NullTemplateLibrary
          Null object implementation of TemplateLibrary.
 class XmlTemplateLibrary
          An Object representing a Library of Template-based custom OSML tags.
 

Fields in org.apache.shindig.gadgets.templates declared as TemplateLibrary
static TemplateLibrary NullTemplateLibrary.INSTANCE
           
 

Methods in org.apache.shindig.gadgets.templates that return TemplateLibrary
 TemplateLibrary ContainerTagLibraryFactory.getLibrary(String container)
          Return a per-container tag registry.
 TemplateLibrary TemplateLibraryFactory.loadTemplateLibrary(GadgetContext context, Uri uri)
           
 

Methods in org.apache.shindig.gadgets.templates with parameters of type TemplateLibrary
static TemplateResource TemplateResource.newJavascriptResource(String javascript, TemplateLibrary library)
          Create a Javascript resource.
static TemplateResource TemplateResource.newStyleResource(String style, TemplateLibrary library)
          Create a CSS resource.
 



Copyright © 2007-2012. All Rights Reserved.