Class EditForm
java.lang.Object
org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
org.codelibs.fess.app.web.admin.dict.mapping.EditForm
- Direct Known Subclasses:
EditBody
Form class for editing mapping dictionary entries in the admin interface.
This form extends CreateForm to include fields necessary for updating existing mapping dictionary entries.
Mapping dictionaries define field mappings and transformations during the indexing process.
-
Field Summary
FieldsModifier and TypeFieldDescription@Required LongThe unique identifier of the mapping dictionary entry being edited.Fields inherited from class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
crudMode, dictId, inputs, output -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a display-friendly identifier combining the dictionary ID and entry ID.Methods inherited from class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
initialize
-
Field Details
-
id
The unique identifier of the mapping dictionary entry being edited. This is a required field for identifying which dictionary entry to update.
-
-
Constructor Details
-
EditForm
public EditForm()Creates a new EditForm instance.
-
-
Method Details
-
getDisplayId
Returns a display-friendly identifier combining the dictionary ID and entry ID. This method creates a composite identifier for UI display purposes.- Returns:
- A string in the format "dictId:id" for display purposes
-