public interface PreviewDateWebRequestResolver
Instant
Modifier and Type | Method and Description |
---|---|
Instant |
resolve(org.springframework.web.context.request.NativeWebRequest webRequest)
Attempts to resolve a preview date for the provided request and preview token.
|
Instant resolve(org.springframework.web.context.request.NativeWebRequest webRequest)
If no preview date is found this method is expected to return null
.
webRequest
- the current web requestInstant
or null
Copyright © 2021. All rights reserved.