org.apache.abdera.ext.opensearch.server
Interface OpenSearchUrlAdapter
- All Known Implementing Classes:
- AbstractOpenSearchUrlAdapter
public interface OpenSearchUrlAdapter
The OpenSearchUrlAdapter interface provides the business logic for executing search operations and getting back
Atom-based responses augmented with Open Search metadata.
search
ResponseContext search(RequestContext request,
Map<String,String> parameters)
- Make the actual search operation based on passed parameters.
- Parameters:
request
- The RequestContext
object.parameters
- Search parameters extracted from the request: they are the same parameters reported into the
Open Search URL template.
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.