org.chorem.pollen.ui.actions
Interface FileUploadAware

All Known Implementing Classes:
AddChoice, SavePoll

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

Method Summary
 void addFile(int index, File file)
           
 void addFileContentType(int index, String contentType)
           
 void addFileName(int index, String fileName)
           
 

Method Detail

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.