Class IndexTaglet
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseInlineTaglet
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.IndexTaglet
-
- All Implemented Interfaces:
Taglet
@Deprecated public class IndexTaglet extends BaseInlineTaglet
Deprecated.An inline Taglet used to index word or a phrase. The enclosed text is interpreted as not containing HTML markup or nested javadoc tags.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.StringNAMEDeprecated.-
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
name
-
-
Constructor Summary
Constructors Constructor Description IndexTaglet()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetName()Deprecated.Return the name of this custom tag.ContentgetTagletOutput(Tag tag, TagletWriter writer)Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.static voidregister(java.util.Map<java.lang.String,Taglet> map)Deprecated.-
Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseInlineTaglet
isInlineTag
-
Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
getTagletOutput, inConstructor, inField, inMethod, inOverview, inPackage, inType
-
-
-
-
Field Detail
-
NAME
private static final java.lang.String NAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
register
public static void register(java.util.Map<java.lang.String,Taglet> map)
Deprecated.
-
getName
public java.lang.String getName()
Deprecated.Description copied from class:BaseTagletReturn the name of this custom tag.- Specified by:
getNamein interfaceTaglet- Overrides:
getNamein classBaseTaglet- Returns:
- the name of this custom tag.
-
getTagletOutput
public Content getTagletOutput(Tag tag, TagletWriter writer)
Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.- Specified by:
getTagletOutputin interfaceTaglet- Overrides:
getTagletOutputin classBaseTaglet- Parameters:
tag- theTagrepresentation of this custom tag.writer- aTagletWriterTaglet writer.- Returns:
- the Content representation of this
Tag.
-
-