|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.taglets.BaseTaglet
org.objectweb.easybeans.tests.taglets.TagReference
public class TagReference
Creates a customized tag.
Constructor Summary | |
---|---|
TagReference()
Default constructor. |
Method Summary | |
---|---|
static void |
register(java.util.Map tagletMap)
Register this Taglet. |
java.lang.String |
toString(com.sun.javadoc.Tag tag)
Given the Tag representation of this custom
tag,return its string representation. |
Methods inherited from class org.objectweb.easybeans.tests.taglets.BaseTaglet |
---|
getName, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagReference()
Method Detail |
---|
public static void register(java.util.Map tagletMap)
tagletMap
- the map to register this tag to.public java.lang.String toString(com.sun.javadoc.Tag tag)
Tag
representation of this custom
tag,return its string representation.
toString
in interface com.sun.tools.doclets.Taglet
toString
in class BaseTaglet
tag
- the Tag
representation of this custom tag.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |