controllers/route_utils library
Classes
- Connect
- Helper for creating RouteBindingDecorators with a CONNECT verb.
- Delete
- Helper for creating RouteBindingDecorators with a DELETE verb.
- Get
- Helper for creating RouteBindingDecorators with a GET verb.
- Head
- Helper for creating RouteBindingDecorators with a HEAD verb.
- Options
- Helper for creating RouteBindingDecorators with a OPTIONS verb.
- Patch
- Helper for creating RouteBindingDecorators with a PATCH verb.
- Path
- Path annotation to be used on top level controllers to set a root path before mounting methods
- PathControllerReflectiveBinding
- Post
- Helper for creating RouteBindingDecorators with a POST verb.
- Put
- Helper for creating RouteBindingDecorators with a PUT verb.
- RouteBindingDecorator
- RouteBindingDecorators are used to illustrated a verb/path binding and the middleware associated with it.
- Trace
- Helper for creating RouteBindingDecorators with a TRACE verb.
Properties
- connectAnnotation → ClassMirror
-
Annotation for creating CONNECT route bindings
final
- deleteAnnotation → ClassMirror
-
Annotation for creating DELETE route bindings
final
- getAnnotation → ClassMirror
-
Annotation for creating GET route bindings
final
- headAnnotation → ClassMirror
-
Annotation for creating HEAD route bindings
final
- optionsAnnotation → ClassMirror
-
Annotation for creating OPTIONS route bindings
final
- patchAnnotation → ClassMirror
-
Annotation for creating PATCH route bindings
final
- pathAnnotation → ClassMirror
-
Annotation for creating a root path for a controller
final
- postAnnotation → ClassMirror
-
Annotation for creating POST route bindings
final
- putAnnotation → ClassMirror
-
Annotation for creating PUT route bindings
final
- traceAnnotation → ClassMirror
-
Annotation for creating TRACE route bindings
final
Functions
-
getPaths(
ClassMirror mirror) → List< PathControllerReflectiveBinding>