WebCenter Interaction API  
 

IPTContent Members

IPTContent overview

Public Instance Methods

public methodGetBinaryBody Returns the unprocessed body of the content as an array of bytes. Must be used when GetIsText() returns false. -jas
public methodGetBinaryHeaders 
public methodGetBody 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
public methodGetHeaders Returns the headers of the content.
public methodGetIsText Returns true if the content is of text type, false otherwise.
public methodGetMIMEType Returns the MIME Type of this content piece. May return E_NOTIMPL for certain implementations.
public methodGetStatusCode Returns the status code of the content.
public methodIsHostedDisplayMode 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