Class LiteralTaglet
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.LiteralTaglet
- All Implemented Interfaces:
Taglet
Deprecated.
An inline Taglet used to denote literal text.
The enclosed text is interpreted as not containing HTML markup or
nested javadoc tags.
For example, the text:
{@literal a<B>c}
displays as:
a<B>c
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.5
-
Field Summary
FieldsFields inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
name -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.Return the name of this custom tag.getTagletOutput(Tag tag, TagletWriter writer) Deprecated.Given theTagrepresentation of this custom tag, return its Content representation, which is output to the generated page.static voidDeprecated.Methods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseInlineTaglet
isInlineTagMethods inherited from class gw.gosudoc.com.sun.tools.doclets.internal.toolkit.taglets.BaseTaglet
getTagletOutput, inConstructor, inField, inMethod, inOverview, inPackage, inType
-
Field Details
-
NAME
Deprecated.- See Also:
-
-
Constructor Details
-
LiteralTaglet
public LiteralTaglet()Deprecated.
-
-
Method Details
-
register
Deprecated. -
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
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.
-