Class ThemeUploadForm
java.lang.Object
org.codelibs.fess.app.web.admin.theme.ThemeUploadForm
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 Summary
FieldsModifier and TypeFieldDescription@Required org.lastaflute.web.ruts.multipart.MultipartFormFileStatic-theme ZIP archive. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
themeFile
@Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile themeFileStatic-theme ZIP archive. The action enforces the.zipsuffix and the maximum compressed size before invoking the installer.
-
-
Constructor Details
-
ThemeUploadForm
public ThemeUploadForm()Default constructor used by the framework form binder.
-