org.richfaces.photoalbum.manager
Class FileUploadManager
java.lang.Object
org.richfaces.photoalbum.manager.FileUploadManager
- All Implemented Interfaces:
- Serializable
@Named
@RequestScoped
public class FileUploadManager
- extends Object
- implements Serializable
Class encapsulated all functionality, related to file-upload process.
- Author:
- Andrey Markhel
- See Also:
- Serialized Form
|
Method Summary |
void |
listener(org.richfaces.event.FileUploadEvent event)
Listenet, that invoked during file upload process. |
void |
uploadFile(FileHandler fileHandler,
Album album)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileUploadManager
public FileUploadManager()
listener
public void listener(org.richfaces.event.FileUploadEvent event)
- Listenet, that invoked during file upload process. Only registered users can upload images.
- Parameters:
event - - event, indicated that file upload started
uploadFile
public void uploadFile(FileHandler fileHandler,
Album album)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.