|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaaf.function.IAAFFunction | +--iaaf.function.UploadFunction
Title: UploadFunction.java Description: This class represents the action of inserting a file into the archive. Copyright: Copyright (c) 2000 Company: IAAF Team
Constructor Summary | |
UploadFunction()
The constructor passes the args to the parent constructor and initializes some of the member objects. |
Method Summary | |
java.lang.String |
performFunction(IAAFEnv env)
This method inserts the image file into the image table in the database, along with the owners userID and the attached comments. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public UploadFunction()
args
- the ServletResponse object's PrintWriter
the previous page-state stringMethod Detail |
public java.lang.String performFunction(IAAFEnv env)
args
- array of three Strings that represent
userID, comment, and filename
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |