Class ErrorForm

java.lang.Object
org.codelibs.fess.app.web.error.ErrorForm

public class ErrorForm extends Object
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 Details

    • fields

      public Map<String,String[]> fields
      Map of form fields and their validation error messages
    • q

      public String q
      Search query parameter that caused the error
    • url

      public String url
      URL parameter associated with the error
    • num

      public String num
      Number of results parameter
    • sort

      public String sort
      Sort order parameter for search results
    • lang

      public String lang
      Language parameter for search interface
  • Constructor Details

    • ErrorForm

      public ErrorForm()
      Default constructor for ErrorForm.