public class

SearchSiteAction.BackwardsCompatibility

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.search.actions.SearchSiteAction.BackwardsCompatibility

Class Overview

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

Summary

Public Constructors
SearchSiteAction.BackwardsCompatibility()
Public Methods
void setLastModified(String lastModified)
void setQueryString(String queryString)
void setSpaceKey(String spaceKey)
void setType(String type)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public SearchSiteAction.BackwardsCompatibility ()

Public Methods

public void setLastModified (String lastModified)

public void setQueryString (String queryString)

public void setSpaceKey (String spaceKey)

public void setType (String type)