Class OpenSearchUrlRequestProcessor
- java.lang.Object
-
- org.apache.abdera.ext.opensearch.server.processors.OpenSearchUrlRequestProcessor
-
- All Implemented Interfaces:
RequestProcessor
@Deprecated public class OpenSearchUrlRequestProcessor extends Object implements RequestProcessor
Deprecated.Legacy AEM 6.x API.RequestProcessorimplementation for processing GET requests to Open Search urls and then delegating the actual search to the properOpenSearchUrlAdapter.
The properOpenSearchUrlAdapteris selected by searching the configuredOpenSearchInfofor anOpenSearchUrlInfowith a matching search path.
-
-
Constructor Summary
Constructors Constructor Description OpenSearchUrlRequestProcessor()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ResponseContextprocess(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)Deprecated.Provide the actual request processing logic.voidsetOpenSearchInfo(OpenSearchInfo openSearchInfo)Deprecated.
-
-
-
Method Detail
-
process
public ResponseContext process(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
Deprecated.Description copied from interface:RequestProcessorProvide the actual request processing logic.- Specified by:
processin interfaceRequestProcessor- Parameters:
requestContext- TheRequestContextobject, holding information about the request to process.workspaceManager- TheWorkspaceManagerobject, holding information useful for request processing.collectionAdapter- TheCollectionAdapterobject, holding information useful for request processing; may be null if not needed.- Returns:
- A
ResponseContextobject, as resulted from the request processing.
-
setOpenSearchInfo
public void setOpenSearchInfo(OpenSearchInfo openSearchInfo)
Deprecated.
-
-