org.jasig.portal.portlet.registry
Class TransientPortletWindowRegistryImpl
java.lang.Object
org.jasig.portal.portlet.registry.PortletWindowRegistryImpl
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
| 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.IPortletWindowRegistry |
convertPortletWindow, createDefaultPortletWindow, createDelegatePortletWindow, createPortletWindow, getDefaultPortletWindowId, getOrCreateDefaultPortletWindow, getOrCreateDelegatePortletWindow, getOrCreatePortletWindow, getParentPortletEntity, getPortletWindow, getPortletWindow, getPortletWindowId |
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
TransientPortletWindowRegistryImpl
public TransientPortletWindowRegistryImpl()
Copyright © 2010 Jasig. All Rights Reserved.