Class PortletRegistryCache
- java.lang.Object
-
- com.sun.portal.portletcontainer.admin.PortletRegistryCache
-
public class PortletRegistryCache extends Object
PortletRegistryCache maintains the cache of Portlet registry objects.
-
-
Constructor Summary
Constructors Constructor Description PortletRegistryCache()
-
Method Summary
-
-
-
Method Detail
-
init
public static void init()
-
refreshPortletAppRegistryCache
public static void refreshPortletAppRegistryCache(boolean refresh)
-
readPortletAppRegistryCache
public static boolean readPortletAppRegistryCache()
-
refreshPortletWindowRegistryCache
public static void refreshPortletWindowRegistryCache(boolean refresh)
-
readPortletWindowRegistryCache
public static boolean readPortletWindowRegistryCache()
-
refreshPortletWindowPreferenceRegistryCache
public static void refreshPortletWindowPreferenceRegistryCache(boolean refresh)
-
readPortletWindowPreferenceRegistryCache
public static boolean readPortletWindowPreferenceRegistryCache()
-
setPortletAppRegistryContext
public static void setPortletAppRegistryContext(PortletAppRegistryContext tmpPortletAppRegistryContext)
-
setPortletWindowRegistryContext
public static void setPortletWindowRegistryContext(PortletWindowRegistryContext tmpPortletWindowRegistryContext)
-
setPortletWindowPreferenceRegistryContext
public static void setPortletWindowPreferenceRegistryContext(PortletWindowPreferenceRegistryContext tmpPortletWindowPreferenceRegistryContext)
-
getPortletAppRegistryContext
public static PortletAppRegistryContext getPortletAppRegistryContext()
-
getPortletWindowRegistryContext
public static PortletWindowRegistryContext getPortletWindowRegistryContext()
-
getPortletWindowPreferenceRegistryContext
public static PortletWindowPreferenceRegistryContext getPortletWindowPreferenceRegistryContext()
-
-