Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
Form class for creating new duplicate host configuration entries.
This form handles the creation of duplicate host mappings that redirect
crawling from duplicate hostnames to the regular canonical hostname.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=1000) StringThe username of who created this duplicate host entryThe timestamp when this duplicate host entry was createdThe CRUD operation mode for form processing@Required @Size(max=1000) StringThe duplicate hostname that should be redirected to the regular name@Required @Size(max=1000) StringThe regular canonical hostname that should be used@Required @Min(0L) @Max(2147483647L) IntegerThe sort order for displaying this duplicate host entry -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new duplicate host entry.
-
Field Details
-
crudMode
The CRUD operation mode for form processing -
regularName
The regular canonical hostname that should be used -
duplicateHostName
The duplicate hostname that should be redirected to the regular name -
sortOrder
@Required @Min(0L) @Max(2147483647L) @ValidateTypeFailure public @Required @Min(0L) @Max(2147483647L) Integer sortOrderThe sort order for displaying this duplicate host entry -
createdBy
The username of who created this duplicate host entry -
createdTime
The timestamp when this duplicate host entry 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 duplicate host entry.
-