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(Map prefixToUriMap)
Sets the namespace context in scope when this tag is used
|
doTag, getBody, getContext, getParent, invokeBody, setBody, setContext, setParent
void setNamespaceContext(Map prefixToUriMap)
prefixToUriMap
- is a Map where the keys are the namespace
prefixes and the values are the namespace URIsCopyright © 2014 Apache Software Foundation. All rights reserved.