org.apache.tapestry.multipart
Interface IPart

All Known Implementing Classes:
ValuePart, UploadPart

public interface IPart

Common interface for data parts from multipart form submissions.

Since:
2.0.1
Version:
$Id: IPart.java,v 1.1 2003/03/05 22:59:49 hlship Exp $
Author:
Howard Lewis Ship

Method Summary
 void cleanup()
          Invoked at the end of a request cycle to delete any resources held by the part.
 

Method Detail

cleanup

public void cleanup()
Invoked at the end of a request cycle to delete any resources held by the part.
See Also:
UploadPart.cleanup()