public interface PreviewSandboxWebRequestResolver
Modifier and Type | Method and Description |
---|---|
String |
resolve(org.springframework.web.context.request.NativeWebRequest webRequest)
Attempts to resolve a preview sandbox id for the provided request.
|
String resolve(org.springframework.web.context.request.NativeWebRequest webRequest)
If no preview sandbox id is found this method is expected to return null
.
webRequest
- the current web requestnull
Copyright © 2021. All rights reserved.