|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Component @Retention(value=RUNTIME) @Target(value=TYPE) public @interface FrameworkEndpoint
Synonym for @Controller but only used for endpoints provided by the framework (so it never clashes with user's
own endpoints defined with @Controller). Use with @RequestMapping and all the other @Controller features
(and match with a FrameworkEndpointHandlerMapping in the servlet context).
Users of the Spring Security OAuth2 XSD namespace need not use this feature explicitly as the relevant handlers will be registered by the parsers.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||