Documentation
Generic super class of all entry-points.
Entry points are the means by which a user begins their
interaction with a UCW application.
An entry point is an action (a function) associated to a
particular URL in an application.
Hierachy
Precedence List
Sub Classes
Source
(defclass entry-point ()
()
(:documentation "Generic super class of all entry-points.
Entry points are the means by which a user begins their
interaction with a UCW application.
An entry point is an action (a function) associated to a
particular URL in an application."))
Source Context