org.objectweb.easybeans.tests.taglets
Class TagInput

java.lang.Object
  extended by org.objectweb.easybeans.tests.taglets.BaseTaglet
      extended by org.objectweb.easybeans.tests.taglets.TagInput
All Implemented Interfaces:
com.sun.tools.doclets.Taglet

public class TagInput
extends BaseTaglet

Creates a customized tag.

Author:
Eduardo Studzinski Estima de Castro, Gisele Pinheiro Souza

Constructor Summary
TagInput()
          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

TagInput

public TagInput()
Default constructor.

Method Detail

register

public static void register(java.util.Map tagletMap)
Register this Taglet.

Parameters:
tagletMap - the map to register this tag to.

toString

public java.lang.String toString(com.sun.javadoc.Tag tag)
Given the Tag representation of this custom tag,return its string representation.

Specified by:
toString in interface com.sun.tools.doclets.Taglet
Overrides:
toString in class BaseTaglet
Parameters:
tag - the Tag representation of this custom tag.
Returns:
output format of tag text