org.davesag.generica.controller
Interface UploadController
- All Superinterfaces:
- ActionController, Controller
- All Known Implementing Classes:
- SimpleUploadController
- public interface UploadController
- extends ActionController
An implementation of the UploadController interface must be
able to write a FormFile to some form of data store.
- Since:
- Generica 1.0
- Version:
- CVS Revision $Id: UploadController.java,v 1.2 2004/03/30 10:12:56 norm Exp $
- Author:
- Dave Sag
http://www.davesag.com
|
Method Summary |
void |
writeFormData(String path)
Writes the uploaded data in the form to somewhere. |
writeFormData
public void writeFormData(String path)
throws IOException
- Writes the uploaded data in the form to somewhere.
- Parameters:
path - The path that the form data should be written to.
- Throws:
IOException - if something went wrong.
Dave Sag Generica API version 0.5.9 - (prerelease) Copyright © 2003 - 2004 Dave Sag.