Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 451 Bytes

filecopyinterceptor.rst

File metadata and controls

20 lines (12 loc) · 451 Bytes

FileCopyInterceptor

Note

Every file with the passed file_seq will be copied from sourceUrl to destinationFolder before the result of the request is processed.

@FileCopy( "fileForm.file_seq" )
public String list() throws Exception
{
    fileList = fileDao.getFileList(fileForm);
    return SUCCESS;
}