Class DesignForm
java.lang.Object
org.codelibs.fess.app.web.admin.design.DesignForm
Form class for design file management in the admin interface.
Handles upload and management of design templates and CSS files.
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.lastaflute.web.ruts.multipart.MultipartFormFileThe multipart file containing the design content to upload.The name of the design file being uploaded.The target file name for the design file. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
designFile
public org.lastaflute.web.ruts.multipart.MultipartFormFile designFileThe multipart file containing the design content to upload. -
designFileName
The name of the design file being uploaded. -
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.
-