| com.flexive.war.beans.cms.SearchProviderBean
SearchProviderBean | public class SearchProviderBean extends Hashtable (Code) | | |
SearchProviderBean | public SearchProviderBean()(Code) | | Default constructor
|
get | public FxResultSet get(Object query)(Code) | | This will perform a search.
Results are stored within the request, and if the same query is issued again the
result will be taken from this cache.
Parameters: query - the search the resultset |
|
|