ifdef.jsf

来自「jakarta-taglibs」· JSF 代码 · 共 13 行

JSF
13
字号
The <i>ifdef</i> tag allows for optional processing to occur if a tag is defined. If the tag is undefined, the body of the tag is not processed.<br>

  <pre>
  &lt;i18n:ifdef key="USONLY"&gt;
     Only users specifying en-US as their locale will see this!
  &lt;/i18n:ifdef&gt;
  </pre>
  <i>
  <i18n:ifdef key="USONLY">
     Only users specifying en-US as their locale will see this!
  </i18n:ifdef>
  </i>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?