xdoclet.modules.webwork

Class WebWorkActionsXmlSubTask

public class WebWorkActionsXmlSubTask extends XmlSubTask

Generates the actions.xml file.

Version: $Revision: 1.1 $

Author: Craig Walls, Frank Febbraro (frank@phase2technology.com)

UNKNOWN: April 7, 2003 name = "webworkactionsxml" display-name = "Generates WebWork actions.xml" parent = "xdoclet.modules.web.WebDocletTask"

Constructor Summary
WebWorkActionsXmlSubTask()
This sets up the defaults, they can be overriden from within the specific tag.
Method Summary
protected voidengineStarted()
Prints out a descriptive message while processing.
voidexecute()
Set up the DTD incase the generated XMl will be validated.

Constructor Detail

WebWorkActionsXmlSubTask

public WebWorkActionsXmlSubTask()
This sets up the defaults, they can be overriden from within the specific tag.

Method Detail

engineStarted

protected void engineStarted()
Prints out a descriptive message while processing.

Throws: XDocletException

execute

public void execute()
Set up the DTD incase the generated XMl will be validated.

Throws: XDocletException