| Package | Description |
|---|---|
| org.apache.shindig.gadgets.rewrite | |
| org.apache.shindig.gadgets.templates | |
| org.apache.shindig.gadgets.templates.tags |
| Constructor and Description |
|---|
TemplateRewriter(com.google.inject.Provider<TemplateProcessor> processor,
MessageBundleFactory messageBundleFactory,
Expressions expressions,
TagRegistry baseTagRegistry,
TemplateLibraryFactory libraryFactory,
ContainerTagLibraryFactory containerTags) |
| Modifier and Type | Method and Description |
|---|---|
TagRegistry |
XmlTemplateLibrary.getTagRegistry() |
TagRegistry |
TemplateLibrary.getTagRegistry() |
TagRegistry |
NullTemplateLibrary.getTagRegistry() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
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 and Description |
|---|
CompositeTagRegistry(Collection<? extends TagRegistry> registries) |
Copyright © 2007-2012. All Rights Reserved.