Uses of Class
org.javlo.helper.importation.ImportConfigBean
-
Packages that use ImportConfigBean Package Description org.javlo.actions -
-
Uses of ImportConfigBean in org.javlo.actions
Methods in org.javlo.actions with parameters of type ImportConfigBean Modifier and Type Method Description protected static File
DataAction. createImage(ContentContext ctx, String importFolder, org.apache.commons.fileupload.FileItem imageItem, ImportConfigBean config, boolean content, String previousId, boolean rename)
upload image and return the local file.protected static File
DataAction. createOrUpdateGallery(ContentContext ctx, File targetFolder, String importFolder, Collection<org.apache.commons.fileupload.FileItem> imageItem, ImportConfigBean config, boolean content, String previousId)
create image and return the local folder.static String
DataAction. uploadContent(RequestService rs, ContentContext ctx, GlobalContext gc, ContentService cs, User user, MessageRepository messageRepository, I18nAccess i18nAccess, ImportConfigBean config, boolean rename)
-