@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Inherited public @interface IgnoreEndpointModel
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.
Use this if you want to build the entire model inside your handler method.WebCmsEndpointHandlerInterceptorCopyright © 2020. All rights reserved.