Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.protwords.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating protected words dictionary entries.
Protected words are terms that should not be modified or analyzed during
text processing, preserving their original form in search indexes.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new protected words entry.
-
Field Details
-
dictId
Dictionary identifier -
crudMode
CRUD operation mode (CREATE, EDIT, etc.) -
input
Word or phrase to be protected from analysis
-
-
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 protected words entry.
-