47484950515253
public PortletLifecycleFactory(LifecycleFactory defaultFactory) { super(); this._defaultFactory = defaultFactory; this._defaultFactory.addLifecycle( SeamPortletLifecycle.SEAM_PORTLET_LIFECYCLE, new SeamPortletLifecycle()); }