final Layout fullScreenLayout = (Layout)service.getComponentManager().getProfileManager().getEntryLayout();
if ( fullScreenLayout != null && fullScreenLayout.equals( layout )) {
XMLUtils.createElement(handler, "fullscreen-uri", service.getComponentManager().getLinkService().getRefreshLinkURI());
} else {
FullScreenCopletEvent event = new FullScreenCopletEvent( cid, layout );
XMLUtils.createElement(handler, "fullscreen-uri", service.getComponentManager().getLinkService().getLinkURI(event));
}
context.invokeNext(layout, service, handler);
}