Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.reqheader.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for Request Header.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=1000) StringThe username of who created this request header.The timestamp when this request header was created.The CRUD mode for the form.@Required @Size(max=100) StringThe name of the request header.@Required @Size(max=1000) StringThe value of the request header.@Required @Size(max=1000) StringThe web configuration ID associated with this request header. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new request header.
-
Field Details
-
crudMode
The CRUD mode for the form. -
name
The name of the request header. -
value
The value of the request header. -
webConfigId
The web configuration ID associated with this request header. -
createdBy
The username of who created this request header. -
createdTime
The timestamp when this request header was created.
-
-
Constructor Details
-
CreateForm
public CreateForm()Creates a new CreateForm instance.
-
-
Method Details
-
initialize
public void initialize()Initializes the form with default values for creating a new request header.
-