Class CreateForm
java.lang.Object
org.codelibs.fess.app.web.admin.pathmap.CreateForm
- Direct Known Subclasses:
CreateBody,EditForm
The create form for Path Map.
-
Field Summary
FieldsModifier and TypeFieldDescription@Size(max=1000) StringThe username who created this path mapping.The timestamp when this path mapping was created.The CRUD operation mode (create, update, etc.).@Required StringThe processing type for path mapping.@Required @Size(max=1000) StringThe regular expression pattern to match request paths.@Size(max=1000) StringThe replacement pattern for matched paths.@Required @Min(0L) @Max(2147483647L) IntegerThe sort order for this path mapping (0-2147483647).@Size(max=1000) StringThe user agent string for this path mapping. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidInitializes the form with default values for creating a new path mapping.
-
Field Details
-
crudMode
The CRUD operation mode (create, update, etc.). -
regex
The regular expression pattern to match request paths. -
replacement
The replacement pattern for matched paths. -
processType
The processing type for path mapping. -
sortOrder
@Required @Min(0L) @Max(2147483647L) @ValidateTypeFailure public @Required @Min(0L) @Max(2147483647L) Integer sortOrderThe sort order for this path mapping (0-2147483647). -
createdBy
The username who created this path mapping. -
createdTime
The timestamp when this path mapping was created. -
userAgent
The user agent string for this path mapping.
-
-
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 path mapping.
-