Package com.saperion.util
Class HTMLGatewayUtil.GatewayDocument
- java.lang.Object
-
- com.saperion.util.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.
-
-
-
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 xhdocelementNumber
- the element numberfilename
- the filenamemimeType
- the mime typeaction
- the actioncontent
- the contentinline
- 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
-
-