All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.pelle.mango.client.base.modules.dictionary.controls.IFileControl Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.client.base.modules.dictionary.controls;

import io.pelle.mango.client.base.modules.dictionary.model.controls.IFileControlModel;

// TODO find a way to use FIleVO
public interface IFileControl extends IBaseControl
{
	static final String FILE_DOWNLOAD_REQUEST_MAPPING = "filedownload";

	static final String GWT_UPLOAD_REQUEST_MAPPING = "gwtupload";

	static final String REQUEST_MAPPING_GET_FILE = "getFile";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy