public class RenderTagHandler extends AbstractTagHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_CONTENT |
static String |
DEFAULT_NAME |
OPENSOCIAL_NAMESPACE| Constructor and Description |
|---|
RenderTagHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Node result,
Element tag,
TemplateProcessor processor)
Processes the custom tag.
|
appendTextNode, getNamespaceUri, getTagName, getValueFromTag, processChildrenpublic static final String DEFAULT_NAME
public static final String ATTR_CONTENT
public void process(Node result, Element tag, TemplateProcessor processor)
TagHandlerresult - A Node to append output to.tag - The Element reference to the tag, useful for inspecting
attributes and childrenprocessor - A TemplateProcessor, used to evaluate expressions and render
sub-templates if needed.Copyright © 2007-2012. All Rights Reserved.