]
Ken Finnigan resolved GTNPORTAL-2896.
-------------------------------------
Resolution: Done
Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to
support portlet lifecycle in CDI portlets
----------------------------------------------------------------------------------------------------------
Key: GTNPORTAL-2896
URL:
https://issues.jboss.org/browse/GTNPORTAL-2896
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Reporter: Ken Finnigan
Assignee: Ken Finnigan
Fix For: 3.6.0.Beta02
{{@PortletLifecycleScoped}} will be active during the Action -> Event -> Render
lifecycle, and a new context will be used for each {{ResourceRequest}}.
{{@PortletRedisplayScoped}} will be active during the same request lifeycyle as
{{@PortletLifecycleScoped}}, but it will be terminated:
* when commencing a new {{ActionRequest}}
* when commencing a new {{EventRequest}} executing after a {{RenderRequest}}
* when a {{ResourceRequest}} navigates to a new view
* when resource limitations require the scope to be garbage collected
Any beans created during a {{ResourceRequest}} will be merged into the existing
{{@PortletRedisplayScoped}} context at its completion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: