Class AdminUtils
- java.lang.Object
-
- com.sun.portal.portletcontainer.driver.admin.AdminUtils
-
public class AdminUtils extends Object
AdminUtils is a utility class for admin UI related tasks
-
-
Constructor Summary
Constructors Constructor Description AdminUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static javax.servlet.http.HttpSession
getClearedSession(javax.servlet.http.HttpServletRequest request)
protected static void
refreshList(javax.servlet.http.HttpServletRequest request, String locale)
protected static void
refreshList(javax.servlet.http.HttpServletRequest request, String context, String userId, String spaceId, String locale)
protected static void
setAttributes(javax.servlet.http.HttpSession session, PortletAdminData portletAdminData, String elementId, String userId, String spaceId, String locale)
protected static void
setPortletWindowAttributes(javax.servlet.http.HttpSession session, PortletAdminData portletAdminData, String portletWindowName)
-
-
-
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
-
-