| Methods in org.apache.shindig.gadgets.templates.tags with parameters of type TemplateProcessor |
protected Map<String,Object> |
TemplateBasedTagHandler.computeMy(Element tagInstance,
Node processedContent,
TemplateProcessor processor)
Compute the value of ${My} for this tag execution. |
protected
|
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 |