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.
-
-
Constructor Summary
Constructors Constructor Description TapestryDocTaglet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<jdk.javadoc.doclet.Taglet.Location>
getAllowedLocations()
ClassDescription
getDescription(String className)
String
getName()
void
init(jdk.javadoc.doclet.DocletEnvironment env, jdk.javadoc.doclet.Doclet doclet)
boolean
isInlineTag()
static void
register(Map paramMap)
String
toString(List<? extends com.sun.source.doctree.DocTree> tags, Element element)
-
-
-
Constructor Detail
-
TapestryDocTaglet
public TapestryDocTaglet()
-
-
Method Detail
-
init
public void init(jdk.javadoc.doclet.DocletEnvironment env, jdk.javadoc.doclet.Doclet doclet)
- Specified by:
init
in interfacejdk.javadoc.doclet.Taglet
-
getAllowedLocations
public Set<jdk.javadoc.doclet.Taglet.Location> getAllowedLocations()
- Specified by:
getAllowedLocations
in interfacejdk.javadoc.doclet.Taglet
-
isInlineTag
public boolean isInlineTag()
- Specified by:
isInlineTag
in interfacejdk.javadoc.doclet.Taglet
-
toString
public String toString(List<? extends com.sun.source.doctree.DocTree> tags, Element element)
- Specified by:
toString
in interfacejdk.javadoc.doclet.Taglet
-
getDescription
public ClassDescription getDescription(String className)
- Specified by:
getDescription
in interfaceClassDescriptionSource
-
-