Class ItemForm

java.lang.Object
org.codelibs.fess.app.web.admin.storage.ItemForm

public class ItemForm extends Object
Form class for storage item operations in the admin interface. This form handles file upload and management operations for storage items.
  • Field Details

    • path

      public String path
      The path of the storage item
    • name

      @Size(max=100) public @Size(max=100) String name
      The name of the storage item, limited to 100 characters
    • uploadFile

      public org.lastaflute.web.ruts.multipart.MultipartFormFile uploadFile
      The file to be uploaded for the storage item
  • Constructor Details

    • ItemForm

      public ItemForm()
      Default constructor.