|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnesstar.javadoc.ATaglet
public abstract class ATaglet
Root class for taglets. This is a slightly modified version of the sample Taglet with the same name from Sun.
| Constructor Summary | |
|---|---|
ATaglet()
|
|
| Method Summary | |
|---|---|
boolean |
inConstructor()
|
boolean |
inField()
|
boolean |
inMethod()
|
boolean |
inOverview()
|
boolean |
inPackage()
|
boolean |
inType()
|
boolean |
isInlineTag()
|
static void |
register(Map tagletMap)
Register this Taglet. |
static void |
register(Map tagletMap,
Taglet tag)
Register a Taglet. |
String |
toString(Tag tag)
Given the Tag representation of this custom
tag, return its string representation. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ATaglet()
| Method Detail |
|---|
public boolean inField()
public boolean inConstructor()
public boolean inMethod()
public boolean inOverview()
public boolean inPackage()
public boolean inType()
public boolean isInlineTag()
public static void register(Map tagletMap,
Taglet tag)
tagletMap - the map to register this tag to.tag - the taglet to registerpublic static void register(Map tagletMap)
tagletMap - the map to register this tag to.public String toString(Tag tag)
Tag representation of this custom
tag, return its string representation.
tag - the Tag representation of this custom tag.
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||