|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageStream
This view interface should be implemented to send an image to the browser. This interface provided maximum control over how the image data is handed over to Induction.
Method Summary | |
---|---|
String |
getMimeType()
This method should return the mime type of the text content |
void |
writeImage(javax.servlet.http.HttpServletResponse oResponse)
This method when called by Induction, should write the image contents to the servlet response passed to the method |
Method Detail |
---|
void writeImage(javax.servlet.http.HttpServletResponse oResponse)
oResponse
- the servlet response to which the image data should be sentString getMimeType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |