Class UploadHandler.UploadContext
java.lang.Object
com.wontlost.ckeditor.handler.UploadHandler.UploadContext
- Enclosing interface:
UploadHandler
Upload context
-
Constructor Summary
ConstructorsConstructorDescriptionUploadContext(String fileName, String mimeType, long fileSize) Create an upload context -
Method Summary
-
Constructor Details
-
UploadContext
-
-
Method Details
-
getFileName
-
getMimeType
-
getFileSize
public long getFileSize() -
isImage
public boolean isImage()Check if the file is an image- Returns:
- true if the file is an image
-