saskodh / framework

Lightweight web framework for NodeJS inspired by Spring framework
26 stars 5 forks source link

Add support for @Interceptors #28

Closed saskodh closed 8 years ago

saskodh commented 8 years ago

TBD Examples from Spring:

saskodh commented 8 years ago

Added support for declaring class as @Interceptor. Those classes can implement the Interceptor interface having preHandle, postHandle and afterCompletition declared methods.