net.sf.jameleon.taglet
Class AbstractJameleonTaglet

java.lang.Object
  extended by net.sf.jameleon.taglet.AbstractJameleonTaglet
All Implemented Interfaces:
com.sun.tools.doclets.Taglet
Direct Known Subclasses:
JameleonApplicationTaglet, JameleonAttributeTaglet, JameleonFunctionTaglet, JameleonStepTaglet

public abstract class AbstractJameleonTaglet
extends Object
implements com.sun.tools.doclets.Taglet


Field Summary
protected  boolean inConstructor
           
protected  boolean inField
           
protected  boolean inMethod
           
protected  boolean inOverview
           
protected  boolean inPackage
           
protected  boolean inType
           
protected  boolean isInlineTag
           
protected  String name
           
 
Constructor Summary
AbstractJameleonTaglet()
           
 
Method Summary
protected static void doRegister(Map tagletMap, com.sun.tools.doclets.Taglet tag)
           
 String getName()
           
protected  String getValueFromAttribute(String tagText, String attrName)
           
 boolean inConstructor()
           
 boolean inField()
           
 boolean inMethod()
           
 boolean inOverview()
           
 boolean inPackage()
           
 boolean inType()
           
 boolean isInlineTag()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.tools.doclets.Taglet
toString, toString
 

Field Detail

name

protected String name

inField

protected boolean inField

inConstructor

protected boolean inConstructor

inMethod

protected boolean inMethod

inOverview

protected boolean inOverview

inPackage

protected boolean inPackage

inType

protected boolean inType

isInlineTag

protected boolean isInlineTag
Constructor Detail

AbstractJameleonTaglet

public AbstractJameleonTaglet()
Method Detail

getName

public String getName()
Specified by:
getName in interface com.sun.tools.doclets.Taglet

inField

public boolean inField()
Specified by:
inField in interface com.sun.tools.doclets.Taglet

inConstructor

public boolean inConstructor()
Specified by:
inConstructor in interface com.sun.tools.doclets.Taglet

inMethod

public boolean inMethod()
Specified by:
inMethod in interface com.sun.tools.doclets.Taglet

inOverview

public boolean inOverview()
Specified by:
inOverview in interface com.sun.tools.doclets.Taglet

inPackage

public boolean inPackage()
Specified by:
inPackage in interface com.sun.tools.doclets.Taglet

inType

public boolean inType()
Specified by:
inType in interface com.sun.tools.doclets.Taglet

isInlineTag

public boolean isInlineTag()
Specified by:
isInlineTag in interface com.sun.tools.doclets.Taglet

doRegister

protected static void doRegister(Map tagletMap,
                                 com.sun.tools.doclets.Taglet tag)

getValueFromAttribute

protected String getValueFromAttribute(String tagText,
                                       String attrName)


Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.