Package | Description |
---|---|
com.rometools.modules.opensearch | |
com.rometools.modules.opensearch.impl |
Modifier and Type | Method and Description |
---|---|
List<OSQuery> |
OpenSearchResponse.getQueries()
Query – in an OpenSearch Response, can be used both to echo back the original
query and to suggest new searches. |
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchResponse.addQuery(OSQuery query)
Adds a query to the module.
|
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchResponse.setQueries(List<OSQuery> query)
Query – in an OpenSearch Response, can be used both to echo back the original
query and to suggest new searches. |
Modifier and Type | Method and Description |
---|---|
List<OSQuery> |
OpenSearchModuleImpl.getQueries() |
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchModuleImpl.addQuery(OSQuery query) |
protected org.jdom2.Element |
OpenSearchModuleGenerator.generateQueryElement(OSQuery query) |
Modifier and Type | Method and Description |
---|---|
void |
OpenSearchModuleImpl.setQueries(List<OSQuery> queries) |
Copyright © 2017. All rights reserved.