|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Returns gatewayed content. This abstraction should be able to represent either a web response or a file and provide enough information for the content to be served up over HTTP. -jas
IPTGadgetAssociatedContentProvider| Method Summary | |
byte[] |
GetBinaryBody()
Returns the unprocessed body of the content as an array of bytes. |
byte[] |
GetBinaryHeaders()
Deprecated. |
java.lang.Object[][] |
GetBody()
Returns the body of the content as an array of markup fragments, some of which require post-processing. |
java.lang.String |
GetHeaders()
Returns the headers of the content. |
boolean |
GetIsText()
Returns true if the content is of text type, false otherwise. |
java.lang.String |
GetMIMEType()
Returns the MIME Type of this content piece. |
int |
GetStatusCode()
Returns the status code of the content. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public java.lang.String GetMIMEType()
public java.lang.Object[][] GetBody()
PT_MARKUP_ARRAY_COLS.public byte[] GetBinaryBody()
public java.lang.String GetHeaders()
public byte[] GetBinaryHeaders()
public int GetStatusCode()
public boolean GetIsText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||