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

Packages that use TagRegistry
org.apache.shindig.gadgets.rewrite   
org.apache.shindig.gadgets.templates   
org.apache.shindig.gadgets.templates.tags   
 

Uses of TagRegistry in org.apache.shindig.gadgets.rewrite
 

Constructors in org.apache.shindig.gadgets.rewrite with parameters of type TagRegistry
TemplateRewriter(com.google.inject.Provider<TemplateProcessor> processor, MessageBundleFactory messageBundleFactory, Expressions expressions, TagRegistry baseTagRegistry, TemplateLibraryFactory libraryFactory, ContainerTagLibraryFactory containerTags)
           
 

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

Methods in org.apache.shindig.gadgets.templates that return TagRegistry
 TagRegistry XmlTemplateLibrary.getTagRegistry()
           
 TagRegistry TemplateLibrary.getTagRegistry()
           
 TagRegistry NullTemplateLibrary.getTagRegistry()
           
 

Methods in org.apache.shindig.gadgets.templates with parameters of type TagRegistry
 DocumentFragment TemplateProcessor.processTemplate(Element template, TemplateContext templateContext, javax.el.ELResolver globals, TagRegistry registry)
          Process an entire template.
 DocumentFragment DefaultTemplateProcessor.processTemplate(Element template, TemplateContext templateContext, javax.el.ELResolver globals, TagRegistry registry)
          Process an entire template.
 

Uses of TagRegistry in org.apache.shindig.gadgets.templates.tags
 

Classes in org.apache.shindig.gadgets.templates.tags that implement TagRegistry
 class AbstractTagRegistry
          Base class for handling tags
 class CompositeTagRegistry
          Tag registry that supports multiple tags.
 class DefaultTagRegistry
          A registry of custom tag handlers, keyed by a combination of namespace URL and tag name.
 

Constructor parameters in org.apache.shindig.gadgets.templates.tags with type arguments of type TagRegistry
CompositeTagRegistry(Collection<? extends TagRegistry> registries)
           
 



Copyright © 2007-2012. All Rights Reserved.