Class InstallForm
java.lang.Object
org.codelibs.fess.app.web.admin.plugin.InstallForm
Form for plugin installation through the admin web interface.
This class represents the form data structure for installing a plugin
via file upload through the admin UI.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Plugin identifier (required, max 400 characters) -
jarFile
public org.lastaflute.web.ruts.multipart.MultipartFormFile jarFileJAR file containing the plugin to install
-
-
Constructor Details
-
InstallForm
public InstallForm()Default constructor.
-