Aqualogic Interaction API  
 

IPTContent Members

IPTContent overview

Public Instance Methods

GetBinaryBody Returns the unprocessed body of the content as an array of bytes. Must be used when GetIsText() returns false. -jas
GetBinaryHeaders 
GetBody Returns the body of the content as an array of markup fragments, some of which require post-processing. Only available when GetIsText() returns true. -jas
GetHeaders Returns the headers of the content.
GetIsText Returns true if the content is of text type, false otherwise.
GetMIMEType Returns the MIME Type of this content piece. May return E_NOTIMPL for certain implementations.
GetStatusCode Returns the status code of the content.
IsHostedDisplayMode Returns true if the content should be displayed in hosted mode, i.e. with standard portal header, navigation, and footer.

See Also

IPTContent Interface | com.plumtree.server Namespace | IPTGadgetAssociatedContentProvider