Class AbstractOpenSearchUrlAdapter<T>
- java.lang.Object
-
- org.apache.abdera.ext.opensearch.server.impl.AbstractOpenSearchUrlAdapter<T>
-
- Type Parameters:
T- The generic object type representing a search result.
- All Implemented Interfaces:
OpenSearchUrlAdapter
@Deprecated public abstract class AbstractOpenSearchUrlAdapter<T> extends Object implements OpenSearchUrlAdapter
Deprecated.Legacy AEM 6.x API.AbstractOpenSearchUrlAdapterproviding explicit methods to implement and/or override for executing the actual search and creating the Atom feed containing search results.
-
-
Constructor Summary
Constructors Constructor Description AbstractOpenSearchUrlAdapter()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseContextsearch(RequestContext request, Map<String,String> parameters)Deprecated.Make the actual search operation based on passed parameters.
-
-
-
Method Detail
-
search
public ResponseContext search(RequestContext request, Map<String,String> parameters)
Deprecated.Description copied from interface:OpenSearchUrlAdapterMake the actual search operation based on passed parameters.- Specified by:
searchin interfaceOpenSearchUrlAdapter- Parameters:
request- TheRequestContextobject.parameters- Search parameters extracted from the request: they are the same parameters reported into the Open Search URL template.
-
-