Class DeleteForm

java.lang.Object
org.codelibs.fess.app.web.admin.plugin.DeleteForm
Direct Known Subclasses:
DeleteBody

public class DeleteForm extends Object
Form class for plugin deletion operations in the admin interface. Contains validation rules for plugin name and version information.
  • Field Details

    • name

      @Required @Size(max=100) public @Required @Size(max=100) String name
      The name of the plugin to delete. Required field with maximum length of 100 characters.
    • version

      @Size(max=100) public @Size(max=100) String version
      The version of the plugin to delete. Optional field with maximum length of 100 characters.
  • Constructor Details

    • DeleteForm

      public DeleteForm()
      Creates a new instance of DeleteForm. This constructor initializes the form for plugin deletion operations in the admin interface with validation rules for plugin information.