Package org.javlo.component.core
Interface IUploadResource
-
- All Known Implementing Classes:
AbstractFileComponent
,ArrayFileComponent
,CSVArrayComponent
,EmbedVideo
,FileFinder
,FreeImage
,FreeImageWithVisibleLabel
,GenericFile
,GlobalImage
,GlobalImageSession
,Image
,ImageBackground
,ImageTitle
,InvisibleImage
,OnlineVideo
,SimpleVideo
,Sound
,VFSFile
,Video
public interface IUploadResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isUploadOnDrop()
String
performUpload(ContentContext ctx)
-
-
-
Method Detail
-
performUpload
String performUpload(ContentContext ctx) throws Exception
- Throws:
Exception
-
isUploadOnDrop
boolean isUploadOnDrop()
-
-