blob: 9b6decffb14e4e5bcd154b59cc2506a14c9c26b8 [file] [log] [blame]
<html>
<body>
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse">
<tr>
<td ><font face="verdana" size="-1">
This is a built-in template used for replacing a string literal expression (e.g. </font><code>String s = "Hello";</code><font face="verdana" size="-1">)
with an internationalized Java code expression
(e.g. </font><code>String s = myResourceBundle.getString("hello");</code><font face="verdana" size="-1">).<br>
The template is editable. Along with Java expressions and comments, you can also use predefined variables that
will be then expanded into the corresponding values.</font>
</td>
</tr>
</table>
<table border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
<tr>
<td colspan="3"><font face="verdana" size="-1">Predefined variables will take the following values:</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2"><b>${RESOURCE_BUNDLE}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td valign="top"><font face="verdana" size="-1">Expression of type <code>java.util.ResourceBundle</code>, instance of which is available in this context.</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2"><b>${PROPERTY_KEY}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td valign="top"><font face="verdana" size="-1">Property key name which is specified in the corresponding properties file.
Typically it is the value that is used for <code>ResourceBundle.getString()</code> method parameter.
</font></td>
</tr>
<tr>
<td valign="top"><nobr><font face="verdana" size="-2"><b>${PROPERTY_VALUE}</b></font></nobr></td>
<td width="10">&nbsp;</td>
<td valign="top"><font face="verdana" size="-1">Property value which is defined in the corresponding properties file.
This is the original Java string literal value.
</font></td>
</tr>
</table>
</body>
</html>