jsc.addPortletName(portletName);
}
}
for (org.apache.pluto.container.om.portlet.UserAttribute ua : pa.getUserAttributes())
{
UserAttribute jua = jpa.addUserAttribute(ua.getName());
for (org.apache.pluto.container.om.portlet.Description desc : ua.getDescriptions())
{
Description jdesc = jua.addDescription(desc.getLang());
jdesc.setDescription(desc.getDescription());
}