com.atlassian.confluence.search.actions
Class SearchSiteAction.BackwardsCompatibility
java.lang.Object
com.atlassian.confluence.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchSiteAction.BackwardsCompatibility
public SearchSiteAction.BackwardsCompatibility()
setQueryString
public void setQueryString(String queryString)
setSpaceKey
public void setSpaceKey(String spaceKey)
setType
public void setType(String type)
setLastModified
public void setLastModified(String lastModified)
Copyright © 2003-2012 Atlassian. All Rights Reserved.