public class DefaultJavaDocTagHandler extends Object implements JavaDocTagHandler
| Modifier and Type | Field and Description |
|---|---|
static DefaultJavaDocTagHandler |
INSTANCE |
| Constructor and Description |
|---|
DefaultJavaDocTagHandler() |
| 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.
|
public static final DefaultJavaDocTagHandler INSTANCE
public String getTypeId()
JavaDocTagHandlergetTypeId in interface JavaDocTagHandlerpublic String onInlineTag(String tagName, String tagText, DecoratedElement context)
JavaDocTagHandleronInlineTag in interface JavaDocTagHandlertagName - The tag name.tagText - The tag text.context - The context of the text.public String onBlockTag(String tagName, String value, DecoratedElement context)
JavaDocTagHandleronBlockTag in interface JavaDocTagHandlertagName - The tag name.value - the tag value.context - the context of the text.Copyright © 2006-2016–2017. All rights reserved.