| Interface | Description |
|---|---|
| WebCmsEndpointAccessValidator<T extends WebCmsEndpoint> |
Validates that a resolved endpoint should be available.
|
| WebCmsEndpointContextResolver |
This class is responsible for resolving a
WebCmsEndpointContext based on a HttpServletRequest. |
| WebCmsEndpointModelLoader |
Beans implementing this interface will be called by the
WebCmsEndpointControllerAdvice if the initial endpoint related
model should be loaded. |
| Class | Description |
|---|---|
| DefaultWebCmsEndpointContextResolver |
Resolves the url into an endpoint and subsequently validates that the endpoint is accessible.
|
| WebCmsEndpointControllerAdvice |
Responsible for loading the default endpoint data if an endpoint is available and default data loading is required.
|
| Annotation Type | Description |
|---|---|
| IgnoreEndpointModel |
When used on a
Controller or handler method
that maps to a WebCmsEndpointContext,
this annotation will ensure the WebCmsEndpointModelLoader beans will not be called and no default model will be created. |
Copyright © 2020. All rights reserved.