Class ThemeDetailsForm
java.lang.Object
org.codelibs.fess.app.web.admin.theme.ThemeDetailsForm
Form for the details inspector.
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
FieldsModifier and TypeFieldDescription@Required @Size(max=64) @Pattern(regexp="^[a-z0-9][a-z0-9_-]{0,63}$") StringTheme directory name; same constraints asThemeDeleteForm. -
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; same constraints asThemeDeleteForm.
-
-
Constructor Details
-
ThemeDetailsForm
public ThemeDetailsForm()Default constructor used by the framework form binder.
-