X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/b7657b86f85f575d5776dc6b626b1dc258d1fa47..4644082451f92f7a060e47be6b9967acf8412c7f:/src/ucw/packages.lisp diff --git a/src/ucw/packages.lisp b/src/ucw/packages.lisp dissimilarity index 89% index 77a0362..4d97207 100644 --- a/src/ucw/packages.lisp +++ b/src/ucw/packages.lisp @@ -1,115 +1,22 @@ - -(defpackage lisp-on-lines-ucw - (:documentation "An LoL Layer over ucw.basic") - (:nicknames #:lol-ucw) - (:use #:lisp-on-lines #:ucw :common-lisp :arnesi :yaclml :puri) - (:shadow - #:standard-window-component - #:make-action - #:standard-action - #:uri-parse-error - #:standard-application - - #:call - #:answer) - - (:shadowing-import-from :ucw - #:parent) - - (:import-from :ucw - #:register-action-in-frame - #:+action-parameter-name+ - #:context.current-frame - #:uri.query - #:*current-component* - #:find-action - #:service) - - (:export - - ;;; First, LOL-UCW exports. The rest are from UCW. - #:lol-component - - #:defcomponent - - #:uri.query - - ;; Standard Server - #:standard-server - #:startup-server - #:shutdown-server - - - ;; Sessions - #:get-session-value - ;; Standard Application - #:standard-application - #:register-application - #:service - - ;; Standard Request Context - #:*context* - #:context.current-frame - #:context.window-component - - - ;; Actions - #:call - #:answer - #:make-action - #:find-action - #:defaction - #:defmethod/cc - - #:call-component - #:answer-component - - ;; Entry Points - #:defentry-point - - ;; Standard Components - #:render - #:render-html-body - #:component - - #:standard-component-class - #:described-component-class - - #:container - #:find-component - - #:standard-window-component ;* - #:window-body - #:info-message - - )) - -(defpackage :lisp-on-lines-tags - (:documentation "LoL convience yaclml tags.") - (:use) - (:nicknames #: