xdoclet.modules.externalizer
Class ExternalizerTagsHandler
java.lang.Object
xdoclet.template.TemplateTagHandler
xdoclet.XDocletTagSupport
xdoclet.modules.externalizer.ExternalizerTagsHandler
public class ExternalizerTagsHandler
extends xdoclet.XDocletTagSupport
Tags used in generating & using externalised property resource bundles.
- Ara Abrahamian (ara_e_w@yahoo.com)
- namespace = "Externalizer"
String | bundleKey() - Current resource bundle name, will be called by
propertiestranslator subtask.
|
void | forAllFieldTags(String template) - Evaluate the body for all field tags.
|
String | key() - The current key.
|
String | value() - The current value, with Unicode escapes where necessary.
|
delimit , expandClassName , generate , getCurrentClass , getCurrentClassTag , getCurrentConstructor , getCurrentField , getCurrentFieldTag , getCurrentMethod , getCurrentMethodTag , getCurrentPackage , getDocletContext , getEngine , getExpandedDelimitedTagValue , getTagValue , getTagValue , getTagValue , hasHavingClassTag , hasTag , isTagValueEqual , mandatoryParamNotFound , mandatoryTemplateTagParamNotFound , modifiers , popCurrentClass , pushCurrentClass , setCurrentClass , setCurrentClassTag , setCurrentConstructor , setCurrentField , setCurrentFieldTag , setCurrentMethod , setCurrentMethodTag , setCurrentPackage |
bundleKey
public String bundleKey()
throws xdoclet.XDocletException
Current resource bundle name, will be called by propertiestranslator
subtask.
xdoclet.XDocletException
-
forAllFieldTags
public void forAllFieldTags(String template)
throws xdoclet.XDocletException
Evaluate the body for all field tags. Works only in context of externalizer
subtask.
template
- The body of the block tag
xdoclet.XDocletException
-
key
public String key()
throws xdoclet.XDocletException
The current key.
xdoclet.XDocletException
-
value
public String value()
throws xdoclet.XDocletException
The current value, with Unicode escapes where necessary.
xdoclet.XDocletException
-