Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.badword.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for Bad Word.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=1000) StringThe username of the user who created this bad word entry.The timestamp when this bad word entry was created.The CRUD mode for form processing (create, update, delete operations).@Required @Pattern(regexp="[^\\s]+") StringThe bad word to be filtered from search suggestions. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values including current user and timestamp.
-
Field Details
-
crudMode
The CRUD mode for form processing (create, update, delete operations). -
suggestWord
The bad word to be filtered from search suggestions. -
createdBy
The username of the user who created this bad word entry. -
createdTime
The timestamp when this bad word entry was created.
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values including current user and timestamp.
-