Package org.apache.tapestry5.javadoc
Class TapestryDocTaglet
java.lang.Object
org.apache.tapestry5.javadoc.TapestryDocTaglet
- All Implemented Interfaces:
jdk.javadoc.doclet.Taglet
,ClassDescriptionSource
public class TapestryDocTaglet
extends Object
implements jdk.javadoc.doclet.Taglet, ClassDescriptionSource
An inline tag allowed inside a type; it produces Tapestry component reference and other information.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jdk.javadoc.doclet.Taglet
jdk.javadoc.doclet.Taglet.Location
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<jdk.javadoc.doclet.Taglet.Location>
getDescription
(String className) getName()
void
init
(jdk.javadoc.doclet.DocletEnvironment env, jdk.javadoc.doclet.Doclet doclet) boolean
static void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface jdk.javadoc.doclet.Taglet
isBlockTag
-
Constructor Details
-
TapestryDocTaglet
public TapestryDocTaglet()
-
-
Method Details
-
register
-
init
- Specified by:
init
in interfacejdk.javadoc.doclet.Taglet
-
getAllowedLocations
- Specified by:
getAllowedLocations
in interfacejdk.javadoc.doclet.Taglet
-
isInlineTag
- Specified by:
isInlineTag
in interfacejdk.javadoc.doclet.Taglet
-
getName
- Specified by:
getName
in interfacejdk.javadoc.doclet.Taglet
-
toString
- Specified by:
toString
in interfacejdk.javadoc.doclet.Taglet
-
getDescription
- Specified by:
getDescription
in interfaceClassDescriptionSource
-