org.objectweb.fractal.fraclet.doclets
Interface ComponentTag

All Superinterfaces:
DocletTag, Serializable

public interface ComponentTag
extends DocletTag

Class annotation describing the component.

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

Method Summary
 String getController()
          Provides the descriptor of the associated component controller.
 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

getController

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

Returns:
the controller descriptor
Annotation argument mandatory.

getTemplate

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

Returns:
the template descriptor