Uses of Class
org.apache.abdera.ext.opensearch.model.Query

Packages that use Query
org.apache.abdera.ext.opensearch.model   
org.apache.abdera.ext.opensearch.server   
org.apache.abdera.ext.opensearch.server.impl   
 

Uses of Query in org.apache.abdera.ext.opensearch.model
 

Methods in org.apache.abdera.ext.opensearch.model that return types with arguments of type Query
 List<Query> OpenSearchDescription.getQueries()
           
 

Methods in org.apache.abdera.ext.opensearch.model with parameters of type Query
 void OpenSearchDescription.addQueries(Query... queries)
           
 

Uses of Query in org.apache.abdera.ext.opensearch.server
 

Methods in org.apache.abdera.ext.opensearch.server that return Query
 Query OpenSearchQueryInfo.asQueryElement(RequestContext request)
          Create the related Query element.
 

Uses of Query in org.apache.abdera.ext.opensearch.server.impl
 

Methods in org.apache.abdera.ext.opensearch.server.impl that return Query
 Query SimpleOpenSearchQueryInfo.asQueryElement(RequestContext request)
           
 



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.