org.jasig.portal.portlet.registry
Class TransientPortletWindowRegistryImpl

java.lang.Object
  extended by org.jasig.portal.portlet.registry.PortletWindowRegistryImpl
      extended by org.jasig.portal.portlet.registry.TransientPortletWindowRegistryImpl
All Implemented Interfaces:
IPortletWindowRegistry, ITransientPortletWindowRegistry

public class TransientPortletWindowRegistryImpl
extends PortletWindowRegistryImpl
implements ITransientPortletWindowRegistry

Caches transient portlet window instances as request attributes, passes all operations on non-transient windows to the parent PortletWindowRegistryImpl

Version:
$Revision: 19776 $
Author:
Eric Dalquist

Field Summary
static String TRANSIENT_PORTLET_WINDOW_MAP_ATTRIBUTE
           
static String TRANSIENT_WINDOW_ID_PREFIX
           
 
Fields inherited from class org.jasig.portal.portlet.registry.PortletWindowRegistryImpl
logger, PORTLET_WINDOW_MAP_ATTRIBUTE
 
Constructor Summary
TransientPortletWindowRegistryImpl()
           
 
Method Summary
 
Methods inherited from class org.jasig.portal.portlet.registry.PortletWindowRegistryImpl
convertPortletWindow, createDefaultPortletWindow, createDelegatePortletWindow, createPortletWindow, createPortletWindow, createPortletWindow, createPortletWindowId, createTransientPortletWindowId, getDefaultPortletWindowId, getOrCreateDefaultPortletWindow, getOrCreateDelegatePortletWindow, getOrCreatePortletWindow, getParentPortletEntity, getPortletDefinitionRegistry, getPortletEntityRegistry, getPortletWindow, getPortletWindow, getPortletWindowId, getPortletWindowMap, getSession, getTransientPortletWindow, getUserInstanceManager, initializePortletWindow, isTransient, setPortletDefinitionRegistry, setPortletEntityRegistry, setUserInstanceManager, storePortletWindow
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jasig.portal.portlet.registry.ITransientPortletWindowRegistry
createTransientPortletWindowId, isTransient
 
Methods inherited from interface org.jasig.portal.portlet.registry.IPortletWindowRegistry
convertPortletWindow, createDefaultPortletWindow, createDelegatePortletWindow, createPortletWindow, getDefaultPortletWindowId, getOrCreateDefaultPortletWindow, getOrCreateDelegatePortletWindow, getOrCreatePortletWindow, getParentPortletEntity, getPortletWindow, getPortletWindow, getPortletWindowId
 

Field Detail

TRANSIENT_WINDOW_ID_PREFIX

public static final String TRANSIENT_WINDOW_ID_PREFIX
See Also:
Constant Field Values

TRANSIENT_PORTLET_WINDOW_MAP_ATTRIBUTE

public static final String TRANSIENT_PORTLET_WINDOW_MAP_ATTRIBUTE
Constructor Detail

TransientPortletWindowRegistryImpl

public TransientPortletWindowRegistryImpl()


Copyright © 2010 Jasig. All Rights Reserved.