org.loom.servlet.params
Interface FileParameterFactory

All Known Implementing Classes:
DefaultFileParameterFactory

public interface FileParameterFactory

Creates FileParameter instances


Method Summary
 FileParameter create(org.apache.commons.fileupload.FileItemStream stream)
          Creates a FileParameter with the proposed arguments
 

Method Detail

create

FileParameter create(org.apache.commons.fileupload.FileItemStream stream)
Creates a FileParameter with the proposed arguments