@Component @ConfigurationProperties(value="web-cms-module.urls") public class WebCmsEndpointMappingConfiguration extends Object
WebCmsUrl instances.
Only non-excluded patterns wil be allowed, and if included patterns are specified, they
must match the specifically included as well.| Constructor and Description |
|---|
WebCmsEndpointMappingConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldMapToWebCmsUrl(String path)
Should the request be mapped to a
WebCmsUrl?
Checks if the requested lookup path matches the patterns configured. |
Copyright © 2020. All rights reserved.