Class HTMLGatewayUtil.GatewayDocument

  • Enclosing class:
    HTMLGatewayUtil

    public static class HTMLGatewayUtil.GatewayDocument
    extends java.lang.Object
    The Class GatewayDocument.
    • Constructor Summary

      Constructors 
      Constructor Description
      GatewayDocument​(java.lang.String xhdoc, int elementNumber, java.lang.String filename, java.lang.String mimeType, java.lang.String action, java.io.InputStream content, boolean inline)
      Instantiates a new gateway document.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAction()
      Gets the action.
      java.io.InputStream getContent()
      Gets the content.
      int getElementNumber()
      Gets the element number.
      java.lang.String getFilename()
      Gets the filename.
      java.lang.String getMimeType()
      Gets the mime type.
      java.lang.String getXhdoc()
      Gets the xhdoc.
      boolean isInline()
      Checks if is inline.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GatewayDocument

        public GatewayDocument​(java.lang.String xhdoc,
                               int elementNumber,
                               java.lang.String filename,
                               java.lang.String mimeType,
                               java.lang.String action,
                               java.io.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 Detail

      • getXhdoc

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

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

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

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

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

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

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