}
if (customPortletMode != null)
{
for (CustomPortletModeType src : customPortletMode)
{
CustomPortletMode target = app.addCustomPortletMode(src.portletMode);
if (src.description != null)
{
for (DescriptionType d : src.description)
{
Description desc = target.addDescription(d.lang);