Package org.exoplatform.portal.mop.user

Examples of org.exoplatform.portal.mop.user.UserPortal.refresh()


    public void onEvent(Event<NavigationService, SiteKey> event) throws Exception {
        RequestContext ctx = RequestContext.getCurrentInstance();
        if (ctx != null) {
            UserPortal userPortal = ctx.getUserPortal();
            if (userPortal != null) {
                userPortal.refresh();
            }
        }
    }
}
View Full Code Here


      if (ctx != null)
      {
         UserPortal userPortal = ctx.getUserPortal();
         if (userPortal != null)
         {
            userPortal.refresh();
         }
      }
   }
}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.