ras.writeBytes(" <fragment name=\"" + name + "\" type=\"page\" >" + PlutoAdminConstants.LS);
ras.writeBytes(" <navigation>" + PlutoAdminConstants.LS);
ras.writeBytes(" <title>" + page.getTitle());
ras.writeBytes("</title>" + PlutoAdminConstants.LS);
ras.writeBytes(" <description>" + page.getDescription());
ras.writeBytes("</description>" + PlutoAdminConstants.LS);
ras.writeBytes(" </navigation>" + PlutoAdminConstants.LS);
//iterate through portlets
List portlets = page.getPortlets();
//Sort list using Comparable implementation in PortletTO. This makes sure