Documentation
A simple renderable container component.
This component is exactly like the regular CONTAINER but provides
an implementation of RENDER which simply renders its current
component.
Hierachy
Precedence List
Source
(defclass simple-container (container)
()
(:metaclass standard-component-class)
(:documentation "A simple renderable container component.
This component is exactly like the regular CONTAINER but provides
an implementation of RENDER which simply renders its current
component."))
Source Context