Package com.saperion.util
Class HTMLGatewayUtil.GatewayDocument
java.lang.Object
com.saperion.util.HTMLGatewayUtil.GatewayDocument
- Enclosing class:
- HTMLGatewayUtil
The Class GatewayDocument.
-
Constructor Summary
ConstructorsConstructorDescriptionGatewayDocument
(String xhdoc, int elementNumber, String filename, String mimeType, String action, InputStream content, boolean inline) Instantiates a new gateway document. -
Method Summary
-
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 xhdocelementNumber
- the element numberfilename
- the filenamemimeType
- the mime typeaction
- the actioncontent
- the contentinline
- the inline
-
-
Method Details
-
getXhdoc
Gets the xhdoc.- Returns:
- the xhdoc
-
getElementNumber
public int getElementNumber()Gets the element number.- Returns:
- the elementNumber
-
getFilename
Gets the filename.- Returns:
- the filename
-
getMimeType
Gets the mime type.- Returns:
- the mimeType
-
getAction
Gets the action.- Returns:
- the action
-
getContent
Gets the content.- Returns:
- the content
-
isInline
public boolean isInline()Checks if is inline.- Returns:
- the isInline
-