Class OpenSearchDescriptionRequestProcessor
- java.lang.Object
-
- org.apache.abdera.ext.opensearch.server.processors.OpenSearchDescriptionRequestProcessor
-
- All Implemented Interfaces:
RequestProcessor
@Deprecated public class OpenSearchDescriptionRequestProcessor extends Object implements RequestProcessor
Deprecated.Legacy AEM 6.x API.RequestProcessorimplementation for processing Open Search Description document GET requests.
This request processor needs anOpenSearchInfoin order to provide information about the Open Search service.
-
-
Constructor Summary
Constructors Constructor Description OpenSearchDescriptionRequestProcessor()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.
-
-