Class EditForm

java.lang.Object
org.codelibs.fess.app.web.admin.design.EditForm

public class EditForm extends Object
Form class for editing design files in the admin interface. This form handles the editing of template and design files used for customizing the search interface appearance and layout.
  • Field Details

    • fileName

      public String fileName
      The name of the design file being edited. This specifies which template or design file to modify.
    • content

      public String content
      The content of the design file. This contains the actual template code, CSS, or other design content that will be saved to the specified file.
  • Constructor Details

    • EditForm

      public EditForm()
      Creates a new EditForm instance.