ADF11g-044:Favicon in ADF

效果预览

ADF11g-044:Favicon in ADF_第1张图片


在document标签中的metaContainer facet中加入outputtext标签,并且设置值为

<link rel='SHORTCUT ICON' href='#{facesContext.externalContext.requestContextPath}/favicon.png'/>

如下:

<f:facet name="metaContainer">
        <af:outputText value="&lt;link rel='SHORTCUT ICON' href='#{facesContext.externalContext.requestContextPath}/favicon.png'/>" id="ot3"
                       escape="false"/>
      </f:facet>


本实验基于ADF 11.1.1.7.0,不过在11g R2的版本中,Oracle对本功能做了改善,只需要修改document的smallIconSource属性即可。

你可能感兴趣的:(ADF,shortcut,icon)