public interface NamespaceAwareTag extends Tag
NamespaceAwareTag
represents a Jelly custom tag which
needs to be aware of the XML Namespace context in which it is used.
When the tag is used it will be given the namespace context which is a
Map keyed on the namespace prefixes and the values are the namespace URIs
in scope in the tags element.
Modifier and Type | Method and Description |
---|---|
void |
setNamespaceContext(java.util.Map prefixToUriMap)
Sets the namespace context in scope when this tag is used
|
doTag, getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
Copyright © 2012. All Rights Reserved.