Interface PostResponseCreator

  • All Known Implementing Classes:
    PostResponseWithErrorHandling

    public interface PostResponseCreator
    Service interface which allows for alternate implementations of the PostResponse interface to be created as needed.
    • Method Detail

      • createPostResponse

        PostResponse createPostResponse​(org.apache.sling.api.SlingHttpServletRequest req)