public interface UploadResponseHandler
| Modifier and Type | Method and Description |
|---|---|
JSONObject |
onFailure(javax.portlet.PortletRequest portletRequest,
PortalException portalException) |
JSONObject |
onSuccess(UploadPortletRequest uploadPortletRequest,
FileEntry fileEntry) |
JSONObject onFailure(javax.portlet.PortletRequest portletRequest, PortalException portalException) throws PortalException
PortalExceptionJSONObject onSuccess(UploadPortletRequest uploadPortletRequest, FileEntry fileEntry) throws PortalException
PortalException