Class CustomPostResponseCreatorImpl
java.lang.Object
org.apache.sling.launchpad.testservices.servlets.CustomPostResponseCreatorImpl
- All Implemented Interfaces:
org.apache.sling.servlets.post.PostResponseCreator
public class CustomPostResponseCreatorImpl
extends Object
implements org.apache.sling.servlets.post.PostResponseCreator
Sample implementation of the PostResponseCreator interface.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.sling.servlets.post.PostResponse
createPostResponse
(org.apache.sling.api.SlingHttpServletRequest req)
-
Constructor Details
-
CustomPostResponseCreatorImpl
public CustomPostResponseCreatorImpl()
-
-
Method Details
-
createPostResponse
public org.apache.sling.servlets.post.PostResponse createPostResponse(org.apache.sling.api.SlingHttpServletRequest req) - Specified by:
createPostResponse
in interfaceorg.apache.sling.servlets.post.PostResponseCreator
-