mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
43 lines
1.9 KiB
HTML
43 lines
1.9 KiB
HTML
<html>
|
|
<body>
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111">
|
|
<tr>
|
|
<td colspan="3"><font face="verdana" size="-1">
|
|
Replaces text in JSP,
|
|
e.g.</font>
|
|
<br>
|
|
<code> <<b>html</b>><<b>body</b>><br>
|
|
Hello!<br>
|
|
</<b>body</b>></<b>html</b>></code>
|
|
<br>
|
|
<font face="verdana" size="-1">with an internationalized JSP custom tag, e.g.</font>
|
|
<br>
|
|
<code> <<b>html</b>><<b>body</b>><br>
|
|
<<b>bean:message</b> key="HelloKey"/><br>
|
|
</<b>body</b>></<b>html</b>></code>
|
|
<br>
|
|
<font face="verdana" size="-1">This built-in template is editable. Along with expressions allowed in a JSP context, you can also use the predefined variables that
|
|
will be then expanded into the corresponding values.</font>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
|
|
<tr>
|
|
<td colspan="3"><font face="verdana" size="-1">Predefined variables take the following values:</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><nobr><font face="verdana" size="-2"><b>${PROPERTY_KEY}</b></font></nobr></td>
|
|
<td width="10"> </td>
|
|
<td width="100%" valign="top"><font face="verdana" size="-1">Property key name which is specified in the corresponding properties file.
|
|
</font></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top"><nobr><font face="verdana" size="-2"><b>${PROPERTY_VALUE}</b></font></nobr></td>
|
|
<td width="10"> </td>
|
|
<td width="100%" valign="top"><font face="verdana" size="-1">Property value which is specified in the corresponding properties file.
|
|
This is an original JSP text selection value.
|
|
</font></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html> |