Copyright (C) 2002, Patrick Tullmann <taglets@tullmann.org>

org.tullmann.taglets
Class PatsReviewedBy

java.lang.Object
  |
  +--org.tullmann.taglets.ListTag
        |
        +--org.tullmann.taglets.ReviewedBy
              |
              +--org.tullmann.taglets.PatsReviewedBy
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class PatsReviewedBy
extends ReviewedBy

A ReviewedBy Taglet customized for Pat's Taglet Collection.

There is no way to pass javadoc command line options to a taglet, so we just hardcode the options for the Collection-specific attributes here.

Reviewed By:
UserDateComment
tullmann April 1, 2002
bubbles April 1, 2002
Missing Reviews:
wall, torvalds, guido, pike
Since:
April, 2002
Author:
Patrick Tullmann <taglets@tullmann.org>

Field Summary
 
Fields inherited from class org.tullmann.taglets.ListTag
ORDERED_LIST, TABLE_LIST, tagPrefs, UNORDERED_LIST, VISIBLETABLE_LIST
 
Constructor Summary
PatsReviewedBy()
           
 
Method Summary
static void register(java.util.Map tagletMap)
           
 
Methods inherited from class org.tullmann.taglets.ReviewedBy
emitCustomFooter, emitCustomHeader, endingTags, forceCustomDefaultPrefs, inConstructor, inField, inMethod, inOverview, inPackage, inType, isInlineTag, parseTagText, startingTags
 
Methods inherited from class org.tullmann.taglets.ListTag
emitFooter, emitHeader, emitTag, forceColorPrefs, formatText, getName, register, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PatsReviewedBy

public PatsReviewedBy()
Method Detail

register

public static void register(java.util.Map tagletMap)

See http://www.tullmann.org/pat/taglets/ for the latest and greatest version.