xdoclet.tags
Class TranslatorTagsHandler

java.lang.Object
  |
  +--xdoclet.template.TemplateTagHandler
        |
        +--xdoclet.XDocletTagSupport
              |
              +--xdoclet.tags.TranslatorTagsHandler

public class TranslatorTagsHandler
extends XDocletTagSupport

Version:
$Revision: 1.1 $
Author:
Andrew Stevens

Fields inherited from class xdoclet.XDocletTagSupport
FOR_CLASS, FOR_CONSTRUCTOR, FOR_FIELD, FOR_METHOD, PARAMETER_DELIMITER
 
Constructor Summary
TranslatorTagsHandler()
           
 
Method Summary
 java.lang.String getString(java.util.Properties attributes)
          Returns a localized text string.
 
Methods inherited from class xdoclet.XDocletTagSupport
getClassTagValue, getClassTagValue, getConstructorTagValue, getCurrentClass, getCurrentConstructor, getCurrentField, getCurrentMethod, getCurrentPackage, getCurrentTag, getDocletContext, getFieldTagValue, getFieldTagValue, getMethodTagValue, getMethodTagValue, getParameterValue, getParameterValue, getTagValue, getTagValue, getTagValue, invalidParamValueFound, mandatoryParamNotFound, mandatoryTemplateTagParamNotFound, parsePropertyString, popCurrentClass, pushCurrentClass, replaceProperties, setCurrentClass, setCurrentConstructor, setCurrentField, setCurrentMethod, setCurrentPackage, setCurrentTag, tokenizeValue
 
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

TranslatorTagsHandler

public TranslatorTagsHandler()
Method Detail

getString

public java.lang.String getString(java.util.Properties attributes)
                           throws XDocletException
Returns a localized text string.
Parameters:
attributes - The attributes of the template tag
Returns:
The localized string
Throws:
XDocletException - Description of Exception
See Also:
Translator.getString(String,String,String[])