|
aerogear-controller 1.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface RouteBuilder.OnMethods
A fluent API for further specializing the Route's destination/endpoint.
| Method Summary | |
|---|---|
RouteBuilder.TargetEndpoint |
on(RequestMethod... methods)
Specifies which RequestMethods should be supported by the Route. |
RouteBuilder.OnMethods |
roles(String... roles)
Specifies the roles that are allowed to invoke the target endpoint |
| Method Detail |
|---|
RouteBuilder.TargetEndpoint on(RequestMethod... methods)
RequestMethods should be supported by the Route.
methods - the RequestMethods that should be supported.
RouteBuilder.TargetEndpoint which is a builder for the destination for this Route.RouteBuilder.OnMethods roles(String... roles)
roles - the roles.
RouteBuilder.OnMethods to support method chaining.
|
aerogear-controller 1.0.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||