3

谁能告诉我 com.ibm.xsp.component.UIIncludeComposite 记录在哪里?我在帮助文件中搜索 UIIncludeComposite 但什么也没找到。

在 Mastering xPages 中只有一个简短的提及。

com.ibm.xsp.component.UIIncludeComposite 是在为自定义控件调用 getComponent 时由 getComponent 返回的对象的类。

事实上,有什么记录在哪里?我认为作为新手 xPage 程序员最大的挫折是缺乏文档或在哪里可以找到它。

4