|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DownloadManager
A DownloadManager allows you to inject files into the system and then retrieve them via a servlet at some later date.
| Method Summary | |
|---|---|
java.lang.String |
addFile(FileGenerator generator)
Inject a file into the system for later download. |
FileGenerator |
getFile(java.lang.String id)
Retrieve a file previously injected into the system with addFile(FileGenerator) |
| Method Detail |
|---|
java.lang.String addFile(FileGenerator generator)
throws java.io.IOException
generator - The representation of the file to inject
java.io.IOException - If there are problems reading from the FileGeneratorFileGenerator getFile(java.lang.String id)
addFile(FileGenerator)
id - The id of the FileGenerator to retrieve
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||