We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029b101 commit 31fdac0Copy full SHA for 31fdac0
docs/internal/GeneralArchitectureGuide.md
@@ -22,7 +22,7 @@ There are many REST endpoints configured statically in [ActionModule][ActionModu
22
endpoints can be contributed by [ActionPlugin]s by implementing the [getRestHandlers] method.
23
24
Typically, REST actions follow the class naming convention `Rest*Action`, which makes them easier to find, but not always; the
25
-[#routes()][RestHandler#routes] definition can also be helpful in finding a REST action.
+[#routes()][RestHandler#routes] implementation for each `Rest*Action` can also be helpful in finding a particular REST action.
26
27
When a [RestRequest] is received, [RestController#dispatchRequest] uses the request path to identify the destination handler and calls
28
[#handleRequest][RestHandler#handleRequest] on it. [BaseRestHandler] is a common base class extended by most `Rest*Action` implementations.
0 commit comments