当我尝试编译文档http://restas.lisper.ru/en/manual/special-pages.html中显示的渲染对象方法时,
(defmethod restas:render-object ((designer mydrawer)
(code (eql hunchentoot:+http-internal-server-error+)))
(setf (hunchentoot:content-type*) "text/plain")
"Oh, all very bad")
它给
There is no class named RESTAURANT::MYDRAWER SIMPLE-ERROR
这些渲染对象是如何工作的?