You can buy this project and download/modify it how often you want.
package net.anotheria.asg.util.filestorage; /** * Some constants for the file area. */ public interface IFilesConstants { String BEAN_FILE = "ano-web.file.fileBean"; String BEAN_TMP_FILE = "ano-web.file.tmpFileBean"; }