Interface I_CmsSearchStateDidYouMean

All Known Implementing Classes:
CmsSearchStateDidYouMean

Class for keeping the state of the spellcheck search options.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the spellcheck query string (as entered by the user).
    void
    Setter for the spellcheck query string (as entered by the user).
  • Method Details

    • getQuery

      Returns the spellcheck query string (as entered by the user).
      Returns:
      The spellcheck query string (as entered by the user).
    • setQuery

      void setQuery(String query)
      Setter for the spellcheck query string (as entered by the user).
      Parameters:
      query - The spellchek query string (as entered by the user).