| 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 | Class and Description |
|---|---|
class |
DefaultTemplateProcessor
Implements a DOM-based OS templates compiler.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
TemplateBasedTagHandler.computeMy(Element tagInstance,
Node processedContent,
TemplateProcessor processor)
Compute the value of ${My} for this tag execution.
|
protected <T> T |
AbstractTagHandler.getValueFromTag(Element tag,
String name,
TemplateProcessor processor,
Class<T> type)
Returns the value of a tag attribute, evaluating any contained EL
expressions if necessary.
|
void |
VariableTagHandler.process(Node result,
Element tag,
TemplateProcessor processor) |
void |
TemplateBasedTagHandler.process(Node result,
Element tagInstance,
TemplateProcessor processor) |
void |
TagHandler.process(Node result,
Element tag,
TemplateProcessor processor)
Processes the custom tag.
|
void |
RepeatTagHandler.process(Node result,
Element tag,
TemplateProcessor processor) |
void |
RenderTagHandler.process(Node result,
Element tag,
TemplateProcessor processor) |
void |
IfTagHandler.process(Node result,
Element tag,
TemplateProcessor processor) |
void |
HtmlTagHandler.process(Node result,
Element tag,
TemplateProcessor processor) |
void |
FlashTagHandler.process(Node result,
Element tag,
TemplateProcessor processor) |
protected DocumentFragment |
AbstractTagHandler.processChildren(Element tag,
TemplateProcessor processor) |
protected void |
TemplateBasedTagHandler.processTemplate(Node result,
Element tagInstance,
TemplateProcessor processor)
Process the template content in the new EL state
|
Copyright © 2007-2012. All Rights Reserved.