Package org.codelibs.fess.app.web.error
Class ErrorForm
java.lang.Object
org.codelibs.fess.app.web.error.ErrorForm
Form class for handling error page data and search parameters.
This form captures the state of a search request when an error occurs,
allowing the error page to display relevant information and preserve search context.
-
Field Summary
FieldsModifier and TypeFieldDescriptionMap of form fields and their validation error messagesLanguage parameter for search interfaceNumber of results parameterSearch query parameter that caused the errorSort order parameter for search resultsURL parameter associated with the error -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fields
Map of form fields and their validation error messages -
q
Search query parameter that caused the error -
url
URL parameter associated with the error -
num
Number of results parameter -
sort
Sort order parameter for search results -
lang
Language parameter for search interface
-
-
Constructor Details
-
ErrorForm
public ErrorForm()Default constructor for ErrorForm.
-