Class ThemeDeleteForm
java.lang.Object
org.codelibs.fess.app.web.admin.theme.ThemeDeleteForm
Form posted from the delete-confirm modal.
Note: crudMode is intentionally absent. Theme management is not a
standard CRUD flow (there is no edit page; upload replaces create), so the
CRUD-mode convention does not apply here.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
@Required @Size(max=64) @Pattern(regexp="^[a-z0-9][a-z0-9_-]{0,63}$") public @Required @Size(max=64) @Pattern(regexp="^[a-z0-9][a-z0-9_-]{0,63}$") String nameTheme directory name; must match the spec §4.2 regex.
-
-
Constructor Details
-
ThemeDeleteForm
public ThemeDeleteForm()Default constructor used by the framework form binder.
-