Class: 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.

Hierachy

Precedence List

  • STANDARD-OBJECT

Sub Classes

  • STANDARD-ENTRY-POINT

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