org.richfaces.photoalbum.manager
Class FileDownloadManager
java.lang.Object
org.richfaces.photoalbum.manager.FileDownloadManager
- All Implemented Interfaces:
- Serializable
@Named
@SessionScoped
public class FileDownloadManager
- extends Object
- implements Serializable
This class takes care of downloading a list of images from given URLs and putting them into a new album
- Author:
- mpetrov
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileDownloadManager
public FileDownloadManager()
setUpDownload
public void setUpDownload(String albumName,
String albumId,
Map<String,org.richfaces.json.JSONObject> images,
Event event)
downloadNext
public void downloadNext()
finishDownload
public void finishDownload()
getValue
public int getValue()
getText
public String getText()
getIterator
public Iterator<String> getIterator()
hasNext
public boolean hasNext()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.