xdoclet.modules.externalizer

Class ExternalizerTagsHandler

public class ExternalizerTagsHandler extends XDocletTagSupport

Tags used in generating & using externalised property resource bundles.

Version: $Revision: 1.7 $

Author: Ara Abrahamian (ara_e_w@yahoo.com)

UNKNOWN: May 30, 2002 namespace = "Externalizer"

Method Summary
StringbundleKey()
Current resource bundle name, will be called by propertiestranslator subtask.
voidforAllFieldTags(String template)
Evaluate the body for all field tags.
Stringkey()
The current key.
Stringvalue()
The current value, with Unicode escapes where necessary.

Method Detail

bundleKey

public String bundleKey()
Current resource bundle name, will be called by propertiestranslator subtask.

Returns: bundle name

Throws: XDocletException

UNKNOWN: type = "content"

forAllFieldTags

public void forAllFieldTags(String template)
Evaluate the body for all field tags. Works only in context of externalizer subtask.

Parameters: template The body of the block tag

Throws: XDocletException

UNKNOWN: type = "block"

key

public String key()
The current key.

Returns: key

Throws: XDocletException

UNKNOWN: type = "content"

value

public String value()
The current value, with Unicode escapes where necessary.

Returns: value

Throws: XDocletException

UNKNOWN: type = "content"