A WindowContext represents a portlet window on a page in the scope of one request. It allows the layout gy for
instance, to change the position of the window on the page (region, order) without persising the change. The change
will only be valid for the term of the current request. This context implements the Comparable
interface to allow natural sorting of the windows in one region, based on their order.
author: Martin Holzner version: $Revision: 8784 $ |