Layout layout,
PortalService service,
ContentHandler handler)
throws SAXException {
MaximizableLayoutStatus maximizable = (MaximizableLayoutStatus) this.getStatus(MaximizableLayoutStatus.class, ProfileManager.SESSION_STATUS, layout.getId());
if ( maximizable != null ) {
MaximizeEvent event = new MaximizeEvent(layout);
XMLUtils.createElement(handler, "maxpage-uri", service.getLinkService().getLinkURI(event));
}