jdesc.setDescription(desc.getDescription());
}
}
for (org.apache.pluto.container.om.portlet.CustomWindowState cws : pa.getCustomWindowStates())
{
CustomWindowState jcws = jpa.addCustomWindowState(cws.getWindowState());
for (org.apache.pluto.container.om.portlet.Description desc : cws.getDescriptions())
{
Description jdesc = jcws.addDescription(desc.getLang());
jdesc.setDescription(desc.getDescription());
}
}
for (org.apache.pluto.container.om.portlet.EventDefinition ed : pa.getEventDefinitions())
{