Package org.apache.sling.servlets.post
Class PostResponseWithErrorHandling
- java.lang.Object
-
- org.apache.sling.servlets.post.PostResponseWithErrorHandling
-
- All Implemented Interfaces:
PostResponseCreator
@Deprecated public class PostResponseWithErrorHandling extends java.lang.Object implements PostResponseCreator
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description PostResponseWithErrorHandling()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description PostResponsecreatePostResponse(org.apache.sling.api.SlingHttpServletRequest request)Deprecated.protected booleanisSendError(org.apache.sling.api.SlingHttpServletRequest request)Deprecated.
-
-
-
Method Detail
-
createPostResponse
public PostResponse createPostResponse(org.apache.sling.api.SlingHttpServletRequest request)
Deprecated.- Specified by:
createPostResponsein interfacePostResponseCreator
-
isSendError
protected boolean isSendError(org.apache.sling.api.SlingHttpServletRequest request)
Deprecated.
-
-