|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdowney.hw3.Hw3Utilities
Constructor Summary | |
Hw3Utilities()
Creates a new instance of Hw3Utilities |
Method Summary | |
static void |
copyFile(javax.servlet.http.HttpServletResponse response,
java.lang.String path)
Copy the contents of a file to the browser |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Hw3Utilities()
Method Detail |
public static void copyFile(javax.servlet.http.HttpServletResponse response, java.lang.String path) throws java.io.IOException
response
- The response object for the browser. path
- The complete path to the file to be copied
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |