Package org.opencms.jsp.search.state
Interface I_CmsSearchStateDidYouMean
- All Known Implementing Classes:
CmsSearchStateDidYouMean
public interface I_CmsSearchStateDidYouMean
Class for keeping the state of the spellcheck search options.
-
Method Summary
-
Method Details
-
getQuery
Returns the spellcheck query string (as entered by the user).- Returns:
- The spellcheck query string (as entered by the user).
-
setQuery
Setter for the spellcheck query string (as entered by the user).- Parameters:
query
- The spellchek query string (as entered by the user).
-