com.ibm.commerce.command

Interface DirectViewCommand

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Method Detail

      • getContentLength

        int getContentLength()
        This method gets the length of the data.
        Returns:
        This method returns the length of the data.
      • getContentType

        java.lang.String getContentType()
        This method gets the content type. Two examples of content types are text and HTML.
        Returns:
        This method returns the content type.
      • getTextDocument

        java.io.InputStream getTextDocument()
        This method gets the text document data as an input stream.
        Returns:
        This method returns the text document data as an input stream.
      • getRawDocument

        java.lang.Object getRawDocument()
        This method gets the raw document data.
        Returns:
        This method returns the raw document data.