Documentation
Send a client redirect.
This component, which must be used as a window-component,
redirects the client to the url specified in the target slot. A
302 (as opposed to 303) response code is sent to ensure
compatability with older browsers.
The redirect component never answers.
Slots
Hierachy
Precedence List
Source
(defclass redirect-component ()
((target :accessor target :initarg :target))
(:metaclass standard-component-class)
(:documentation "Send a client redirect.
This component, which must be used as a window-component,
redirects the client to the url specified in the target slot. A
302 (as opposed to 303) response code is sent to ensure
compatability with older browsers.
The redirect component never answers."))
Source Context