Class HTMLGatewayUtil.GatewayDocument

java.lang.Object
com.saperion.util.HTMLGatewayUtil.GatewayDocument
Enclosing class:
HTMLGatewayUtil

public static class HTMLGatewayUtil.GatewayDocument extends Object
The Class GatewayDocument.
  • Constructor Details

    • GatewayDocument

      public GatewayDocument(String xhdoc, int elementNumber, String filename, String mimeType, String action, InputStream content, boolean inline)
      Instantiates a new gateway document.
      Parameters:
      xhdoc - the xhdoc
      elementNumber - the element number
      filename - the filename
      mimeType - the mime type
      action - the action
      content - the content
      inline - the inline
  • Method Details

    • getXhdoc

      public String getXhdoc()
      Gets the xhdoc.
      Returns:
      the xhdoc
    • getElementNumber

      public int getElementNumber()
      Gets the element number.
      Returns:
      the elementNumber
    • getFilename

      public String getFilename()
      Gets the filename.
      Returns:
      the filename
    • getMimeType

      public String getMimeType()
      Gets the mime type.
      Returns:
      the mimeType
    • getAction

      public String getAction()
      Gets the action.
      Returns:
      the action
    • getContent

      public InputStream getContent()
      Gets the content.
      Returns:
      the content
    • isInline

      public boolean isInline()
      Checks if is inline.
      Returns:
      the isInline