org.apache.tapestry.multipart
Interface IPart

All Known Implementing Classes:
UploadPart, ValuePart

public interface IPart

Common interface for data parts from multipart form submissions.

Since:
2.0.1
Version:
$Id: IPart.java 243791 2004-02-19 17:38:13Z hlship $
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

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

See Also:
UploadPart.cleanup()