Package org.apache.sling.servlets.post
Interface PostResponseCreator
- 
- All Known Implementing Classes:
 PostResponseWithErrorHandling
public interface PostResponseCreatorService 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 PostResponsecreatePostResponse(SlingHttpServletRequest req) 
 - 
 
- 
- 
Method Detail
- 
createPostResponse
PostResponse createPostResponse(SlingHttpServletRequest req)
 
 - 
 
 -