public interface TagHandler
| Modifier and Type | Field and Description |
|---|---|
static String |
OPENSOCIAL_NAMESPACE
Namespace used by tags in the default Opensocial namespace.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceUri() |
String |
getTagName() |
void |
process(Node result,
Element tag,
TemplateProcessor processor)
Processes the custom tag.
|
static final String OPENSOCIAL_NAMESPACE
String getTagName()
String getNamespaceUri()
void process(Node result, Element tag, TemplateProcessor processor)
result - 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.