|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAgnosticBase
This interface contains the MIME type identifying it as an agnostic formatted report, and the byte stream to pass to a Response object so it can be displayed in the proper format on the HTML page.
| Field Summary | |
|---|---|
static java.lang.String |
KIND
|
static java.lang.String |
PROGID
|
| Method Summary | |
|---|---|
java.lang.String |
getDocFormatName()
Gets the format name |
void |
setDocFormatName(java.lang.String formatName)
Sets the format name |
void |
setMimeType(java.lang.String mimeType)
Sets the MIME type of the target object. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
void setMimeType(java.lang.String mimeType)
Sets the MIME type of the target object.
mimeType - A String specifying the MIME type of the target object.void setDocFormatName(java.lang.String formatName)
Sets the format name
formatName - A String specifying the format of the objectjava.lang.String getDocFormatName()
Gets the format name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||