Class SearchSiteAction.BackwardsCompatibility
- java.lang.Object
-
- com.atlassian.confluence.impl.search.actions.SearchSiteAction.BackwardsCompatibility
-
- Enclosing class:
- SearchSiteAction
public class SearchSiteAction.BackwardsCompatibility extends Object
A class used to preserve compatibility with old style search URL's where search parameters were entered in the format:searchQuery.spaceKey=conf_all&searchQuery.queryString=hello
. Instances of this must be named 'searchQuery'. -- CONF-11904
-
-
Constructor Summary
Constructors Constructor Description BackwardsCompatibility()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLastModified(String lastModified)
void
setQueryString(String queryString)
void
setSpaceKey(String spaceKey)
void
setType(String type)
-