Class UploadForm
java.lang.Object
org.codelibs.fess.app.web.admin.badword.UploadForm
Form for uploading bad word files to the Fess search engine.
This form is used in the admin interface to upload bad word dictionary files
that contain words to be filtered from search results.
-
Field Summary
FieldsModifier and TypeFieldDescription@Required org.lastaflute.web.ruts.multipart.MultipartFormFileThe multipart file containing bad words to be uploaded. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
badWordFile
@Required public @Required org.lastaflute.web.ruts.multipart.MultipartFormFile badWordFileThe multipart file containing bad words to be uploaded. This file should contain a list of words that will be filtered from search results.
-
-
Constructor Details
-
UploadForm
public UploadForm()Default constructor for UploadForm. Creates a new instance with default values.
-