com.jwebmp.plugins.blueimp.fileupload.intercepters.OnGetFileInterceptor Maven / Gradle / Ivy
package com.jwebmp.plugins.blueimp.fileupload.intercepters;
import com.guicedee.guicedinjection.pairing.Pair;
import java.io.InputStream;
/**
* Specifies the get file interceptor
*/
@FunctionalInterface
public interface OnGetFileInterceptor
{
/**
* Returns the stream for the the output filename
*
* @param filename
*
* @return
*/
Pair onGetFile(String filename);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy