Class AdminUtils


  • public class AdminUtils
    extends Object
    AdminUtils is a utility class for admin UI related tasks
    • Constructor Detail

      • AdminUtils

        public AdminUtils()
    • Method Detail

      • getClearedSession

        protected static javax.servlet.http.HttpSession getClearedSession​(javax.servlet.http.HttpServletRequest request)
      • refreshList

        protected static void refreshList​(javax.servlet.http.HttpServletRequest request,
                                          String locale)
      • refreshList

        protected static void refreshList​(javax.servlet.http.HttpServletRequest request,
                                          String context,
                                          String userId,
                                          String spaceId,
                                          String locale)
      • setAttributes

        protected static void setAttributes​(javax.servlet.http.HttpSession session,
                                            PortletAdminData portletAdminData,
                                            String elementId,
                                            String userId,
                                            String spaceId,
                                            String locale)
      • setPortletWindowAttributes

        protected static void setPortletWindowAttributes​(javax.servlet.http.HttpSession session,
                                                         PortletAdminData portletAdminData,
                                                         String portletWindowName)
                                                  throws Exception
        Throws:
        Exception