org.apache.shindig.gadgets.templates
Interface TemplateLibrary

All Known Implementing Classes:
NullTemplateLibrary, XmlTemplateLibrary

public interface TemplateLibrary

A Template Library is a collection of tag handlers, and any necessary assets (CSS and Javascript).


Method Summary
 Uri getLibraryUri()
           
 TagRegistry getTagRegistry()
           
 boolean isSafe()
           
 String serialize()
           
 

Method Detail

getTagRegistry

TagRegistry getTagRegistry()
Returns:
a registry of tags in this library.

getLibraryUri

Uri getLibraryUri()

isSafe

boolean isSafe()

serialize

String serialize()


Copyright © 2007-2012. All Rights Reserved.