<cics:feed> element

The <cics:feed> element in an Atom configuration file contains other elements that describe the CICS® resource that is to be published as a feed. 它还指定 CICS 要在每个订阅源文档中返回的条目数的窗口,并包含用于指定条目的请求 URL 和 Atom 标识的样式的元素。

包含于:

属性

window="number"|"8"
CICS 将在 Atom 订阅源文档中返回的缺省条目数。 该属性是可选的,缺省窗口为 8 个条目。 客户机可以指定不同的窗口大小。 仅当客户机使用针对整个 Atom 订阅源的 URL 发出请求时,窗口大小才适用;否则,将使用针对 Atom 条目部分列表的导航 URL。 当客户机使用个别 Atom 条目的 URL 发出请求时,CICS 仅返回单个请求的 Atom 条目。

包含:

<cics:selector> element
<cics:authority> element
<cics:resource> element

示例

 <cics:feed window="10">
 </cics:feed>