Class SeeTagConverter
- java.lang.Object
-
- org.apache.maven.tools.plugin.extractor.annotations.converter.tag.JavadocTagToHtmlConverter
-
- org.apache.maven.tools.plugin.extractor.annotations.converter.tag.block.JavadocBlockTagToHtmlConverter
-
- org.apache.maven.tools.plugin.extractor.annotations.converter.tag.block.SeeTagConverter
-
@Named("see") @Singleton public class SeeTagConverter extends JavadocBlockTagToHtmlConverter
Supports block see taglet.
-
-
Constructor Summary
Constructors Constructor Description SeeTagConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
convert(java.lang.String value, ConverterContext context)
-
Methods inherited from class org.apache.maven.tools.plugin.extractor.annotations.converter.tag.JavadocTagToHtmlConverter
escapeXmlElement
-
-
-
-
Method Detail
-
convert
public java.lang.String convert(java.lang.String value, ConverterContext context)
- Specified by:
convert
in classJavadocTagToHtmlConverter
- Parameters:
value
- the value of the tagcontext
- the content of the tag (may be empty in case there was no content given)- Returns:
- the converted text which represents the tag with the given value in html
-
-