This interface contains all the methods that the web engine needs to be
able to correctly handle incoming requests.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ since: 1.1
Retrieves all files that have been uploaded for a particular name.
Parameters: name - the name of the file, as declared in the submission the uploaded files; or
Checks if a particular file has been uploaded in this request.
Parameters: name - the name of the file, as declared in the submission true if the file was uploaded; or
Initialize the state of this request from a StateStore.
This method is only there to be used by the web engine, it should
never be called manually.
Parameters: stateStore - the StateStore that will be used toinitialize the request since: 1.1