Class ThemeDeleteForm

java.lang.Object
org.codelibs.fess.app.web.admin.theme.ThemeDeleteForm

public class ThemeDeleteForm extends Object
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 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 name
      Theme directory name; must match the spec §4.2 regex.
  • Constructor Details

    • ThemeDeleteForm

      public ThemeDeleteForm()
      Default constructor used by the framework form binder.