}
//
for (ContainerPortletInfo containerInfo : builder.getPortlets())
{
PortletContainerObject portletContainerObject = new PortletContainerImpl(containerInfo);
PortletContainerContextImpl portletContainerContext = new PortletContainerContextImpl();
//
PortletContainerLifeCycle portletContainerLifeCycle = portletApplicationLifeCycle.addPortletContainer(portletContainerContext, portletContainerObject);