| | WebCenter Interaction API | |
| com.plumtree.server.xui Namespace |
Server XUI Interface Documentation
Namespace hierarchy
Classes
Interfaces
Interface |
Description |
IService
|
IService is used to connect to a remote web service, and get the editable properties. These properties are then put through an XSLT transformation for use in a Plumtree page. The most typicaly uses are with editors inside the administrative interface.
IServiceManager is used to create new IService objects. |
IServiceContent
|
IServiceContent represents the content for a single service page. The content is either transformed SCI, which has gone through the XSL transformer, or is HTML that has been gatewayed. In the later case, you can retrieve the gatewayed HTML as 2D Array of markup fragments. |
IServiceManager
|
IServiceManager allows clients to create IService objects. In particular IServiceManager is responsible for setting up the requested IService with the correct XSL file and transformer. |