Where is com.ibm.xsp.component.UIIncludeComposite registered?

Can anyone tell me where com.ibm.xsp.component.UIIncludeComposite is documented? I searched the help file for UIIncludeComposite but couldn't find anything.

There is only one brief mention in Mastering xPages.

com.ibm.xsp.component.UIIncludeComposite is the class for the object returned by getComponent when getComponent is called on a custom control.

In fact, where is everything documented? I think the biggest disappointment as a beginner xpage programmer is the lack of documentation or where to find it.

+3


source to share


1 answer


The Java class is registered in the Javadoc, available at http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Domino_Designer_Extensibility_APIs_Javadoc_8.5.3 , which points to this page for a specific class: http://public.dhe.ibm .com / software / dw / lotus / Domino-Designer / JavaDocs / DesignerAPIs / com / ibm / xsp / component / UIIncludeComposite.html



General documentation for Upgrade Pack 1 and Extension Library is available here: http://www-10.lotus.com/ldd/ddwiki.nsf/xpViewCategories.xsp?lookupName=Domino%20Designer%20XPages%20Extension%20Library

+7


source







All Articles