xdoclet.modules.apache.tapestry

Class ComponentSpecificationSubTask

public class ComponentSpecificationSubTask extends TemplateSubTask

Generates component-specifications for Tapestry applications.

Version: $Revision: 1.1 $

Author: Michael Newcomb (mnewcomb@sourceforge.net)

UNKNOWN: February 4, 2005 name = "component-specification" display-name = "Component-Specification SubTask" parent = "xdoclet.modules.apache.tapestry.TapestryDocletTask"

Field Summary
protected static StringDEFAULT_TEMPLATE_FILE
Constructor Summary
ComponentSpecificationSubTask()
Method Summary
protected booleanmatchesGenerationRules(XClass clazz)
Describe what the method does

Field Detail

DEFAULT_TEMPLATE_FILE

protected static final String DEFAULT_TEMPLATE_FILE

Constructor Detail

ComponentSpecificationSubTask

public ComponentSpecificationSubTask()

Method Detail

matchesGenerationRules

protected boolean matchesGenerationRules(XClass clazz)
Describe what the method does

Parameters: clazz Describe what the parameter does

Returns: Describe the return value

Throws: XDocletException