Interface RequestProcessor
-
- All Known Implementing Classes:
CategoriesRequestProcessor,CollectionRequestProcessor,EntryRequestProcessor,MediaRequestProcessor,MultipartRelatedServiceRequestProcessor,OpenSearchDescriptionRequestProcessor,OpenSearchUrlRequestProcessor,ServiceRequestProcessor
@Deprecated public interface RequestProcessor
Deprecated.Legacy AEM 6.x API.Request processors implement the actual business logic for handling requests to the Atompub server and producing the related response.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ResponseContextprocess(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)Deprecated.Provide the actual request processing logic.
-
-
-
Method Detail
-
process
ResponseContext process(RequestContext requestContext, WorkspaceManager workspaceManager, CollectionAdapter collectionAdapter)
Deprecated.Provide the actual request processing logic.- 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.
-
-