Sun Java System Portal Server 7.2 版本說明

已停用或移除的功能

以下為 Portal Server 7.2 中停用的功能清單:

停用通知與聲明

在 Portal Server 7.2 中,Display Profile Locale 標記不再用來定義特定於語言環境的特性。請改用 locale 類型的 ConditionalProperties 標記。例如:


<Locale language="en" country="US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</Locale>

將上面的 Locale 標記取代為


<ConditionalProperties condition="locale" value="en_US">
<String name="title" value="Sample JSP Channel"/>
<String name="description" value="This is the sample for the Jsp Provider"/>
</ConditionalProperties>