Liking cljdoc? Tell your friends :D

slacker.interceptor


default-interceptorsclj

default identity interceptor set

default identity interceptor set
sourceraw docstring

definterceptorcljmacro

(definterceptor interceptor-name & clauses)

Define an interceptor. You can specify interceptor functions for each stage (:before, :after).

Define an interceptor. You can specify interceptor functions for each
stage (:before, :after). 
sourceraw docstring

definterceptor+cljmacro

(definterceptor+ interceptor-name args & clauses)

Parameterized definterceptor, you can configure the interceptor by passing arguments in.

Parameterized definterceptor, you can configure the interceptor by
passing arguments in.
sourceraw docstring

interceptorscljmacro

(interceptors intercs)

This is a macro to combine multiple interceptors. If you have more that one interceptors, use this macro to combine them as one.

This is a macro to combine multiple interceptors. If you have more that one
interceptors, use this macro to combine them as one.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close