break;
case PAGE_BODY:
if (portalLayout == null) {
throw expectedElement(navigator, Element.PORTAL_LAYOUT);
}
portalLayout.getChildren().add(new PageBody());
current = navigator.sibling();
break;
case PORTLET_APPLICATION:
if (portalLayout == null) {
throw expectedElement(navigator, Element.PORTAL_LAYOUT);