public static class HTMLGatewayUtil.GatewayDocument extends Object
Constructor and Description |
---|
GatewayDocument(String xhdoc,
int elementNumber,
String filename,
String mimeType,
String action,
InputStream content,
boolean inline)
Instantiates a new gateway document.
|
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Gets the action.
|
InputStream |
getContent()
Gets the content.
|
int |
getElementNumber()
Gets the element number.
|
String |
getFilename()
Gets the filename.
|
String |
getMimeType()
Gets the mime type.
|
String |
getXhdoc()
Gets the xhdoc.
|
boolean |
isInline()
Checks if is inline.
|
public GatewayDocument(String xhdoc, int elementNumber, String filename, String mimeType, String action, InputStream content, boolean inline)
xhdoc
- the xhdocelementNumber
- the element numberfilename
- the filenamemimeType
- the mime typeaction
- the actioncontent
- the contentinline
- the inlinepublic String getXhdoc()
public int getElementNumber()
public String getFilename()
public String getMimeType()
public String getAction()
public InputStream getContent()
public boolean isInline()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.