@ConsumerType
public interface LocationHeaderAdjuster
| Modifier and Type | Method and Description |
|---|---|
String |
adjust(org.apache.sling.api.SlingHttpServletRequest request,
String location)
Allows for custom adjustment of the Location header after its been parsed and resourceResolver.map(..)'d,
but before it's been dispatched.
|
String adjust(org.apache.sling.api.SlingHttpServletRequest request, String location)
request - the requestlocation - the Location header passed through resourceResolver.map(..)Copyright © 2013–2021 Adobe. All rights reserved.