
Public Member Functions | |
| AjaxFileUploadRequestHandler (File tempFileFolder, long maxUploadSize) | |
| AjaxFileUploadRequestHandler () | |
| WOResponse | handleRequest (WORequest request) |
Static Public Member Functions | |
| static AjaxUploadProgress | ajaxUploadProgress (WOSession session, String id) |
Static Public Attributes | |
| static final Logger | log = Logger.getLogger(AjaxFileUploadRequestHandler.class) |
| static final String | REQUEST_HANDLER_KEY = "upload" |
| static final String | UPLOAD_FINISHED_KEY = "ajaxFileUploadFinished" |
Protected Member Functions | |
| AjaxFileUploadRequestHandler (String tempFilePath, long maxUploadSize) | |
| void | downloadFinished (AjaxUploadProgress progress) |
Private Attributes | |
| long | _maxUploadSize |
| File | _tempFileFolder |
| AjaxFileUploadRequestHandler | ( | String | tempFilePath, | |
| long | maxUploadSize | |||
| ) | [protected] |
| AjaxFileUploadRequestHandler | ( | File | tempFileFolder, | |
| long | maxUploadSize | |||
| ) |
| static AjaxUploadProgress ajaxUploadProgress | ( | WOSession | session, | |
| String | id | |||
| ) | [static] |
Type-safe wrapper around AjaxProgressBar.progress.
| session | the session | |
| id | the id of the progress model to retrieve |
| void downloadFinished | ( | AjaxUploadProgress | progress | ) | [protected] |
| WOResponse handleRequest | ( | WORequest | request | ) |
long _maxUploadSize [private] |
File _tempFileFolder [private] |
final Logger log = Logger.getLogger(AjaxFileUploadRequestHandler.class) [static] |
final String REQUEST_HANDLER_KEY = "upload" [static] |
final String UPLOAD_FINISHED_KEY = "ajaxFileUploadFinished" [static] |
1.5.8