|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.utexas.its.eis.tools.qwicap.servlet.Downloadable
public class Downloadable
Represents a downloadable entity, typically generated dynamically, that is being, or will be, made available to
the client via the Qwicap.addDownloadable
method.
Method Summary | |
---|---|
int |
getContentLength()
Returns the length of this downloadable. |
String |
getMIMEType()
Returns the MIME type of this downloadable. |
String |
getName()
Returns the name of this downloadable; if the client saves this image to disk, this will be its file name. |
String |
getURI()
Returns the unique, relative URI of this downloadable. |
String |
toString()
Returns the unique, relative URI of this downloadable. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String toString()
toString
in class Object
public String getURI()
toString()
public String getName()
public String getMIMEType()
public int getContentLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |