Class BaseInlineTaglet
- java.lang.Object
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
-
- gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseInlineTaglet
-
- All Implemented Interfaces:
Taglet
- Direct Known Subclasses:
CodeTaglet
,DocRootTaglet
,IndexTaglet
,InheritDocTaglet
,LiteralTaglet
,ValueTaglet
@Deprecated public abstract class BaseInlineTaglet extends BaseTaglet
Deprecated.An abstract inline taglet that outputs HTML.This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
- Since:
- 1.4
- Author:
- Jamie Ho
-
-
Field Summary
-
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
name
-
-
Constructor Summary
Constructors Constructor Description BaseInlineTaglet()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isInlineTag()
Deprecated.Will return true since this is an inline tag.-
Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
getName, getTagletOutput, getTagletOutput, inConstructor, inField, inMethod, inOverview, inPackage, inType
-
-
-
-
Method Detail
-
isInlineTag
public boolean isInlineTag()
Deprecated.Will return true since this is an inline tag.- Specified by:
isInlineTag
in interfaceTaglet
- Overrides:
isInlineTag
in classBaseTaglet
- Returns:
- true since this is an inline tag.
-
-