Class DeleteForm
java.lang.Object
org.codelibs.fess.app.web.admin.plugin.DeleteForm
- Direct Known Subclasses:
DeleteBody
Form class for plugin deletion operations in the admin interface.
Contains validation rules for plugin name and version information.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of the plugin to delete. Required field with maximum length of 100 characters. -
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.
-