Package io.wcm.sling.commons.request
Interface RequestContext
-
@ProviderType public interface RequestContextOSGi service interface for getting a sling request for the current thread.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable org.apache.sling.api.SlingHttpServletRequestgetThreadRequest()Returns sling request associated with the current thread.
-