Class AbstractJakartaPostResponseWrapper

java.lang.Object
org.apache.sling.servlets.post.AbstractJakartaPostResponseWrapper
All Implemented Interfaces:
JakartaPostResponse

public abstract class AbstractJakartaPostResponseWrapper extends Object implements JakartaPostResponse
Provides a simple implementation of JakartaPostResponse that can be subclassed by developers wishing to provide specialized behavior to an existing JakartaPostResponse instance. The default implementation of all methods is to call through to the wrapped JakartaPostResponse instance.
Since:
2.5.0