Package org.jasig.portal.portlet.registry

Interface Summary
IPortletDefinitionRegistry Provides methods for creating and accessing IPortletDefinition and related objects.
IPortletEntityRegistry Provides methods for creating and accessing IPortletEntity and related objects.
IPortletWindowRegistry Provides methods for creating and accessing IPortletWindow and related objects.
ITransientPortletWindowRegistry Deprecated. use IPortletWindowRegistry directly
 

Class Summary
PortletDefinitionRegistryImpl Implementation of the definition registry, pulls together the related parts of the framework for creation and access of IPortletDefinitions.
PortletEntityIdImpl Standard IPortletEntityId
PortletEntityRegistryImpl Provides access to IPortletEntity objects and convenience methods for creating and converting them and related objects.
PortletWindowRegistryImpl Provides the default implementation of the window registry, the backing for the storage of IPortletWindow objects is a Map stored in the HttpSession for the user.
TransientPortletWindowRegistryImpl Caches transient portlet window instances as request attributes, passes all operations on non-transient windows to the parent PortletWindowRegistryImpl
 



Copyright © 2010 Jasig. All Rights Reserved.