Interface PostResponseCreator

All Known Implementing Classes:
PostResponseWithErrorHandling

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

    Modifier and Type
    Method
    Description
    createPostResponse(org.apache.sling.api.SlingHttpServletRequest req)
    Deprecated.
     
  • Method Details

    • createPostResponse

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