Class PartProxy

java.lang.Object
overit.geocall.util.PartProxy
All Implemented Interfaces:
Part

public class PartProxy extends Object implements Part
Class that has the purpose of enclosing the Part object, used by the Request to collect the uploaded file, and of defining a proxy interface to change the default behavior of the request.
When a request is successfully processed, all files loaded and temporarily saved in the file system are removed causing the pointer to that file to be lost in subsequent requests. This proxy class modifies this behavior by making temporary files created and associated with previously uploaded files persistent