org.apache.commons.jelly.tags.define
public class TaglibTag extends TagSupport
URI
.
The tags for a taglib are declared using the TagTag
.
You can 'inherit' tags from a previously defined taglib, as well,
allowing runtime extension of tag librariesbody, context, parent
Constructor and Description |
---|
TaglibTag() |
TaglibTag(java.lang.String uri) |
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
DynamicTagLibrary |
getTagLibrary() |
java.lang.String |
getUri() |
boolean |
isInherit()
Returns the inherit.
|
void |
setInherit(boolean inherit)
Sets whether this dynamic tag should inherit from the current existing tag library
of the same URI.
|
void |
setUri(java.lang.String uri)
Sets the namespace URI to register this new dynamic tag library with
|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public java.lang.String getUri()
public void setUri(java.lang.String uri)
public DynamicTagLibrary getTagLibrary()
public boolean isInherit()
public void setInherit(boolean inherit)
inherit
- The inherit to setCopyright © 2014. All Rights Reserved.