public interface WebCmsEndpointContextResolver
WebCmsEndpointContext based on a HttpServletRequest.| Modifier and Type | Method and Description |
|---|---|
void |
resolve(ConfigurableWebCmsEndpointContext context,
javax.servlet.http.HttpServletRequest request)
If a
WebCmsUrl can be found on the given request, this will be put on the given context. |
void resolve(ConfigurableWebCmsEndpointContext context, javax.servlet.http.HttpServletRequest request)
WebCmsUrl can be found on the given request, this will be put on the given context. This lookup is expensive may only be called once per request.
After resolving, ConfigurableWebCmsEndpointContext.setResolved(boolean) is set to true.
Copyright © 2020. All rights reserved.