Name |
Type |
Description |
|
Automatic mount handlers that return HTTP 501 status code for operations where you didn't specify an handler. You can change the "not implemented handler" with link |
|
|
If true, when required, the factory will mount a link |
|
|
Enable or disable validation failure handler. If you enable it during router creation a failure handler that manages ValidationException will be mounted. You can change the validation failure handler with with function link. If failure is different from ValidationException, next failure handler will be called. |
|
|
When set, an additional handler will be created to expose the operation model in the routing context under the given key. When the key is null, the handler is not added. |
|
|
If true, when you call link the factory will mount for every path the required security handlers and, if a security handler is not defined, it throws an link |