@Component @Scope(value="prototype") public class EditorImageSourceAttachedForm extends Object
| Constructor and Description |
|---|
EditorImageSourceAttachedForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
SortedSet<AttachedImage> |
getAttachedImages() |
long |
getMaxUploadSize() |
org.springframework.web.multipart.MultipartFile |
getUpload() |
void |
setAttachedImages(SortedSet<AttachedImage> attachedImages) |
void |
setMaxUploadSize(long maxUploadSize) |
void |
setUpload(org.springframework.web.multipart.MultipartFile upload) |
public EditorImageSourceAttachedForm()
public long getMaxUploadSize()
public void setMaxUploadSize(long maxUploadSize)
public org.springframework.web.multipart.MultipartFile getUpload()
public void setUpload(org.springframework.web.multipart.MultipartFile upload)
public SortedSet<AttachedImage> getAttachedImages()
public void setAttachedImages(SortedSet<AttachedImage> attachedImages)
Copyright © 2023 OSIVIA. All rights reserved.