(apply-controller controller method)
Run side-effects (:start or :stop) for controller. The side-effect function is called with controller params.
Run side-effects (:start or :stop) for controller. The side-effect function is called with controller params.
(apply-controllers old-controllers new-match)
Applies changes between current controllers and those previously enabled. Resets controllers whose parameters have changed.
Applies changes between current controllers and those previously enabled. Resets controllers whose parameters have changed.
(get-params controller match)
Get controller parameters given match. If controller provides :params function that will be called with the match. Default is nil.
Get controller parameters given match. If controller provides :params function that will be called with the match. Default is nil.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close