org.objectweb.fractal.fraclet.doclets
Interface ComponentTag

All Superinterfaces:
DocletTag, Serializable

public interface ComponentTag
extends DocletTag

Class annotation describing the component.

Version:
$Revision: 1.2 $
Author:
Romain Rouvoy
Annotation location:
class
Annotation unique.

Method Summary
 String getController()
          Provides the descriptor of the associated component controller.
 String getName_()
          Provides the name of the component.
 String getTemplate()
          Provides the descriptor of the associated template component.
 
Methods inherited from interface com.thoughtworks.qdox.model.DocletTag
getContext, getLineNumber, getName, getNamedParameter, getNamedParameterMap, getParameters, getValue
 

Method Detail

getName_

String getName_()
Provides the name of the component.

Returns:
the fullname of the component.

getController

String getController()
Provides the descriptor of the associated component controller.

Returns:
the controller descriptor

getTemplate

String getTemplate()
Provides the descriptor of the associated template component.

Returns:
the template descriptor