Community
Participate
Working Groups
The RWTLifeCycle has methods to get and set the _session display_. In contrast to Display#getCurent(), getSessionDisplay() returns the display even if it was disposed of. As these methods are not specific to the RWTLifeCycle, they should be moved to a 'neutral' place.
Created attachment 193686 [details] Fix Created a LifeCycleUtil class that provides getSessionDisplay() and setSessionDisplay(). In addition, getEntryPoint() was also moved to the new class, its functionality is used by RWTLifeCycle and ProcessAction.
Created attachment 193688 [details] Proper fix The first patch contains bogus data, recreated patch. For a description of the changes see comment #1 .
Applied patch to CVS HEAD.