Class ItemForm
java.lang.Object
org.codelibs.fess.app.web.admin.storage.ItemForm
Form class for storage item operations in the admin interface.
This form handles file upload and management operations for storage items.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=100) StringThe name of the storage item, limited to 100 charactersThe path of the storage itemorg.lastaflute.web.ruts.multipart.MultipartFormFileThe file to be uploaded for the storage item -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
path
The path of the storage item -
name
The name of the storage item, limited to 100 characters -
uploadFile
public org.lastaflute.web.ruts.multipart.MultipartFormFile uploadFileThe file to be uploaded for the storage item
-
-
Constructor Details
-
ItemForm
public ItemForm()Default constructor.
-