jdk.javadoc.doclet.Taglet
wrapped into an internal Taglet
representation.
Modifier and Type | Field and Description |
---|---|
private final Taglet |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
public Content | getAllBlockTagOutput(Element
the element for the enclosing doc comment holder, TagletWriter the taglet-writer used in this doclet tagletWriter)Implements jdk. Returns the content to be included in the generated output for all instances of block tags handled by this taglet. |
public Set | getAllowedLocations()
Implements jdk. Returns the set of allowed locations for a block tag handled by this taglet. |
public Content | getInlineTagOutput(Element
the element for the enclosing doc comment element, DocTree the tag tag, TagletWriter the taglet-writer used in this doclet tagletWriter)Implements jdk. Returns the content to be included in the generated output for an instance of an inline tag handled by this taglet. |
public String | getName()
Implements jdk. Returns the name of this tag. |
public boolean | isBlockTag()
Overrides default jdk. Indicates whether this |
public boolean | isInlineTag()
Implements jdk. Indicates whether this |
userTaglet | back to summary |
---|---|
private final Taglet userTaglet |
UserTaglet | back to summary |
---|---|
pack-priv UserTaglet(Taglet t) |
getAllBlockTagOutput | back to summary |
---|---|
public Content getAllBlockTagOutput(Element holder, TagletWriter tagletWriter) Implements jdk. Doc from jdk. Returns the content to be included in the generated output for all instances of block tags handled by this taglet.
|
getAllowedLocations | back to summary |
---|---|
public Set Implements jdk. Doc from jdk. Returns the set of allowed locations for a block tag handled by this taglet. |
getInlineTagOutput | back to summary |
---|---|
public Content getInlineTagOutput(Element element, DocTree tag, TagletWriter tagletWriter) Implements jdk. Doc from jdk. Returns the content to be included in the generated output for an instance of an inline tag handled by this taglet.
|
getName | back to summary |
---|---|
public String getName() Implements jdk. Doc from jdk. Returns the name of this tag. |
isBlockTag | back to summary |
---|---|
public boolean isBlockTag() Overrides default jdk. Doc from jdk. Indicates whether this
|
isInlineTag | back to summary |
---|---|
public boolean isInlineTag() Implements jdk. Doc from jdk. Indicates whether this
|