org.apache.shindig.gadgets.templates
Interface TagRegistry
- All Known Implementing Classes:
- AbstractTagRegistry, CompositeTagRegistry, DefaultTagRegistry
public interface TagRegistry
A registry of custom tag handlers, keyed by a combination of namespace URL
and tag name.
|
Nested Class Summary |
static class |
TagRegistry.NSName
A namespace-name pair used as Hash key for handler lookups. |
getHandlerFor
TagHandler getHandlerFor(Element element)
getHandlerFor
TagHandler getHandlerFor(TagRegistry.NSName name)
Copyright © 2007-2012. All Rights Reserved.