Class InternalRequest

java.lang.Object
org.apache.sling.servlethelpers.internalrequests.BaseInternalRequest
org.apache.sling.servlethelpers.internalrequests.InternalRequest
Direct Known Subclasses:
ServletInternalRequest, SlingInternalRequest

@Deprecated(since="2.0.0") public abstract class InternalRequest extends BaseInternalRequest
Deprecated.
Fluent helper for Sling internal requests. The ServletInternalRequest and SlingInternalRequest subclasses provide two modes for executing the internal requests, one that's very similar to the way Sling executes an HTTP request and another one that's faster by calling Servlets or Scripts directly.