Package org.apache.sling.servlets.post
Interface JakartaPostResponseCreator
- All Known Implementing Classes:
JavaxToJakartaPostResponseCreator
@ConsumerType
public interface JakartaPostResponseCreator
Service interface which allows for alternate implementations of the
JakartaPostResponse interface to be created as needed.
- Since:
- 2.5.0
-
Method Summary
Modifier and TypeMethodDescriptioncreatePostResponse
(org.apache.sling.api.SlingJakartaHttpServletRequest req)
-
Method Details
-
createPostResponse
-