public interface JavaDocTagHandler
| Modifier and Type | Method and Description |
|---|---|
String |
getTypeId()
The id of the type of this tag handler.
|
String |
onBlockTag(String tagName,
String value,
DecoratedElement context)
What to do with a block JavaDoc tag.
|
String |
onInlineTag(String tagName,
String tagText,
DecoratedElement context)
What to do with an inline JavaDoc tag.
|
String getTypeId()
String onInlineTag(String tagName, String tagText, DecoratedElement context)
tagName - The tag name.tagText - The tag text.context - The context of the text.String onBlockTag(String tagName, String value, DecoratedElement context)
tagName - The tag name.value - the tag value.context - the context of the text.Copyright © 2006-2016–2017. All rights reserved.