Package com.plumtree.remote.docfetch

Provides interfaces for building document retrieval services for the Plumtree Corporate Portal.

See:
          Description

Interface Summary
IDocFetch An interface that allows the DocFetch servlet to retrieve the requested document and associated metadata.
IDocFetchProvider An interface that allows the DocFetch servlet to verify access to the requested document prior to retrieval.
 

Package com.plumtree.remote.docfetch Description

Provides interfaces for building document retrieval services for the Plumtree Corporate Portal.

Note that values retrieved from the portal using IDocFetchProvider.initialize(DataSourceInfo dsInfo) will be decoded in the process. To prevent + from being decoded into a space and % from having indeterminate behavior, make sure that all values entered into the datasource using SCI pages are encoded using com.plumtree.remote.util.CSPCodec. Likewise, all values that have been encoded in the SCI datasource pages should be decoded when displayed with SCI using com.plumtree.remote.util.CSPCodec.



For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.