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
Modifier and Type | Method and Description |
---|---|
void |
doTag(XMLOutput output)
Evaluates this tag after all the tags properties have been initialized.
|
DynamicTagLibrary |
getTagLibrary() |
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(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 TaglibTag()
public TaglibTag(String uri)
public void doTag(XMLOutput output) throws JellyTagException
Tag
JellyTagException
public String getUri()
public void setUri(String uri)
public DynamicTagLibrary getTagLibrary()
public boolean isInherit()
public void setInherit(boolean inherit)
inherit
- The inherit to setCopyright © 2014. All rights reserved.