PortalService service,
ContentHandler handler)
throws SAXException {
if (layout instanceof CompositeLayout) {
CompositeLayoutStatus status = (CompositeLayoutStatus)this.getStatus( CompositeLayoutStatus.class, ProfileManager.REQUEST_STATUS, layout.getId());
if ( status != null && status.getMaxpageLayout() != null) {
// TODO - implement this
}
context.invokeNext( layout, service, handler );
} else {
throw new SAXException("Expecting composite layout, received: " + layout);