PortletPlacementContext ppc = new PortletPlacementContextImpl(contentPage, portletRegistry, layoutFragment);
int col = contentFragment.getLayoutColumn();
int row = ppc.getNumberRows((col <= 0) ? 0 : col - 1);
Coordinate coordinate = new CoordinateImpl(col, contentFragment.getLayoutRow(), col, row);
ppc.moveAbsolute(contentFragment, coordinate);
contentPage = ppc.syncPageFragments(PageLayoutComponent.USER_PROPERTY_SCOPE, null);
}
}
catch (Exception e)
{
throw new WebApplicationException(e);