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.
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
-
Field Summary
Fields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
name
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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
-
Constructor Details
-
BaseInlineTaglet
public BaseInlineTaglet()Deprecated.
-
-
Method Details
-
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.
-