Package org.apache.sling.servlets.post
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PostResponse
createPostResponse(org.apache.sling.api.SlingHttpServletRequest req)
-
-
-
Method Detail
-
createPostResponse
PostResponse createPostResponse(org.apache.sling.api.SlingHttpServletRequest req)
-
-