Class ThemeUploadForm

java.lang.Object
org.codelibs.fess.app.web.admin.theme.ThemeUploadForm

public class ThemeUploadForm extends Object
Multipart form for the theme upload page.

Note: crudMode is intentionally absent. Theme management is not a standard CRUD flow (there is no edit page; upload replaces create), so the CRUD-mode convention does not apply here.

  • Field Details

    • themeFile

      @Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile themeFile
      Static-theme ZIP archive. The action enforces the .zip suffix and the maximum compressed size before invoking the installer.
  • Constructor Details

    • ThemeUploadForm

      public ThemeUploadForm()
      Default constructor used by the framework form binder.