- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for createCharMappingItem (0.1 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/mapping/AdminDictMappingAction.java
* @param hook The error hook. * @return An optional entity of a char mapping item. */ protected OptionalEntity<CharMappingItem> createCharMappingItem(final CreateForm form, final VaErrorHook hook) { try { return createCharMappingItem(this, form, hook); } catch (final ValidationErrorException e) { saveToken(); throw e; } } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 22.3K bytes - Click Count (0)