X-Git-Url: https://git.hcoop.net/clinton/lisp-on-lines.git/blobdiff_plain/2b66db1e02bc11de1b1efcf1ea8335b36e69f4fc..4644082451f92f7a060e47be6b9967acf8412c7f:/src/ucw/packages.lisp diff --git a/src/ucw/packages.lisp b/src/ucw/packages.lisp dissimilarity index 78% index 0a35539..4d97207 100644 --- a/src/ucw/packages.lisp +++ b/src/ucw/packages.lisp @@ -1,103 +1,22 @@ - -(defpackage lisp-on-lines-ucw - (:documentation "An LoL Layer over ucw.basic") - (:nicknames #:lol-ucw) - (:use #:lisp-on-lines #:ucw-core :common-lisp :arnesi :yaclml :js :contextl) - - (:shadowing-import-from :js - #:new) - (:shadowing-import-from :ucw-core - #:parent ) - (:import-from :ucw-standard - #:call #:answer #:defaction #:*source-component*) - - - - (:export - - ;;; First, LOL-UCW exports. The rest are from UCW. - #:lol-component - #:*source-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 - #:*current-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 #: