xdoclet.ant
Class AntTagsHandler

java.lang.Object
  |
  +--xdoclet.template.TemplateTagHandler
        |
        +--xdoclet.ant.AntTagsHandler

Deprecated. Use AntPropertyTagsHandler instead

public class AntTagsHandler
extends TemplateTagHandler

Extracts properties from Ant.

Version:
$Revision: 1.2 $
Author:
Aslak Hellesøy

Constructor Summary
AntTagsHandler(java.util.Hashtable antProperties)
          Deprecated.  
 
Method Summary
 java.lang.String property(java.util.Properties attributes)
          Deprecated. Returns the values of a configuration parameter with the name paramName.
 
Methods inherited from class xdoclet.template.TemplateTagHandler
generate, getContext, getEngine, getParser, setContext, setEngine, setParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntTagsHandler

public AntTagsHandler(java.util.Hashtable antProperties)
Deprecated. 
Method Detail

property

public java.lang.String property(java.util.Properties attributes)
                          throws XDocletException
Deprecated. 
Returns the values of a configuration parameter with the name paramName.
Parameters:
attributes - The attributes of the template tag
Returns:
The value of the ant property
Throws:
XDocletException - Description of Exception