Class InstallForm

java.lang.Object
org.codelibs.fess.app.web.admin.plugin.InstallForm

public class InstallForm extends Object
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 Details

    • id

      @Required @Size(max=400) public @Required @Size(max=400) String id
      Plugin identifier (required, max 400 characters)
    • jarFile

      public org.lastaflute.web.ruts.multipart.MultipartFormFile jarFile
      JAR file containing the plugin to install
  • Constructor Details

    • InstallForm

      public InstallForm()
      Default constructor.