jcro.addValue(value);
}
}
for (org.apache.pluto.container.om.portlet.CustomPortletMode cpm : pa.getCustomPortletModes())
{
CustomPortletMode jcpm = jpa.addCustomPortletMode(cpm.getPortletMode());
jcpm.setPortalManaged(cpm.isPortalManaged());
for (org.apache.pluto.container.om.portlet.Description desc : cpm.getDescriptions())
{
Description jdesc = jcpm.addDescription(desc.getLang());
jdesc.setDescription(desc.getDescription());
}
}
for (org.apache.pluto.container.om.portlet.CustomWindowState cws : pa.getCustomWindowStates())
{