|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--iaaf.function.IAAFFunction | +--iaaf.function.FilterFunction
Title: NullFilterFunction.java Description: This class represents the action of retrieving a file from the archive based on a complex SQL query. Copyright: Copyright (c) 2000 Company: IAAF Team
Constructor Summary | |
FilterFunction()
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 retrieves a ResultSet from the database. |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public FilterFunction()
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 |