public void execute(Event<UIPortalComposer> event) throws Exception {
UIComponent temp = null;
UIPortal uiPortal = null;
String portalOwner = null;
UIEditInlineWorkspace uiEditWS = event.getSource().getAncestorOfType(UIEditInlineWorkspace.class);
temp = uiEditWS.getUIComponent();
if (temp != null && (temp instanceof UIPortal)) {
uiPortal = (UIPortal) temp;
if (uiPortal.getSiteType().equals(SiteType.PORTAL)) {
portalOwner = uiPortal.getName();
} else {