org.chorem.pollen.ui.actions
Interface FileUploadAware
- All Known Implementing Classes:
- AbstractPollForm, AddChoice, ClonePoll, CreatePoll, EditPoll
public interface FileUploadAware
Contract to place on actions which needs some upload.
This is linked with the PollenFileUploadInterceptor interceptor
which logic is not the same than the bacis struts2 upload interceptor.
Created: 30/03/12
- Since:
- 1.3
- Author:
- fdesbois , tchemit
addFile
void addFile(int index,
File file)
addFileContentType
void addFileContentType(int index,
String contentType)
addFileName
void addFileName(int index,
String fileName)
Copyright © 2009-2012 CodeLutin. All Rights Reserved.