//
this.invoker = invoker;
this.portlets = portlets;
this.prepareResponse = prepareResponse;
this.stateControllerContext = new StateControllerContextImpl(this);
this.eventControllerContext = new PageEventControllerContext(this, prepareResponse);
this.serialization = new PortletPageNavigationalStateSerialization(stateControllerContext);
}