Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.stopwords.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating new stopwords dictionary entries.
This form handles the creation of stopwords that should be
excluded from search indexing and analysis.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new stopword entry.
-
Field Details
-
dictId
The dictionary ID to which this stopword entry belongs -
crudMode
The CRUD operation mode for form processing -
input
The stopword to be added to the dictionary
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creating a new stopword entry.
-