public class IfTagHandler extends AbstractTagHandler
OPENSOCIAL_NAMESPACE| Constructor and Description |
|---|
IfTagHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Node result,
Element tag,
TemplateProcessor processor)
Processes the custom tag.
|
appendTextNode, getNamespaceUri, getTagName, getValueFromTag, processChildrenpublic 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.