Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.upload.UploadRequest

Packages that use UploadRequest
com.liferay.portal.kernel.upload   
com.liferay.portal.upload   
com.liferay.portlet.dynamicdatamapping.util   
 

Uses of UploadRequest in com.liferay.portal.kernel.upload
 

Subinterfaces of UploadRequest in com.liferay.portal.kernel.upload
 interface UploadPortletRequest
           
 interface UploadServletRequest
           
 

Uses of UploadRequest in com.liferay.portal.upload
 

Classes in com.liferay.portal.upload that implement UploadRequest
 class UploadPortletRequestImpl
           
 class UploadServletRequestImpl
           
 

Uses of UploadRequest in com.liferay.portlet.dynamicdatamapping.util
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type UploadRequest
protected  byte[] DDMImpl.getImageBytes(UploadRequest uploadRequest, String fieldNameValue)
           
protected  String DDMImpl.getImageFieldValue(UploadRequest uploadRequest, String fieldNameValue)
           
 


Liferay 6.2-ce-ga5