public class FlashTagHandler extends AbstractTagHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
FlashTagHandler.SwfObjectConfig
Definition of the flash tag and mapping to swfobject structures
|
OPENSOCIAL_NAMESPACE| Constructor and Description |
|---|
FlashTagHandler(BeanJsonConverter beanConverter,
FeatureRegistry featureRegistry,
String namespace,
String flashMinVersion) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Node result,
Element tag,
TemplateProcessor processor)
Processes the custom tag.
|
appendTextNode, getNamespaceUri, getTagName, getValueFromTag, processChildren@Inject public FlashTagHandler(BeanJsonConverter beanConverter, FeatureRegistry featureRegistry, String namespace, String flashMinVersion)
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.