Class DesignForm

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

public class DesignForm extends Object
Form class for design file management in the admin interface. Handles upload and management of design templates and CSS files.
  • Field Details

    • designFile

      public org.lastaflute.web.ruts.multipart.MultipartFormFile designFile
      The multipart file containing the design content to upload.
    • designFileName

      public String designFileName
      The name of the design file being uploaded.
    • fileName

      public String fileName
      The target file name for the design file.
  • Constructor Details

    • DesignForm

      public DesignForm()
      Creates a new instance of DesignForm. This constructor initializes the form for design file management in the admin interface, handling upload and management of templates and CSS files.