Uses of Interface
org.jasig.portal.portlet.registry.IPortletWindowRegistry

Packages that use IPortletWindowRegistry
org.jasig.portal.channels.portlet   
org.jasig.portal.portlet.container.services   
org.jasig.portal.portlet.delegation   
org.jasig.portal.portlet.registry   
org.jasig.portal.portlet.rendering   
org.jasig.portal.portlet.url   
org.jasig.portal.rendering   
org.jasig.portal.url.processing   
 

Uses of IPortletWindowRegistry in org.jasig.portal.channels.portlet
 

Methods in org.jasig.portal.channels.portlet that return IPortletWindowRegistry
 IPortletWindowRegistry SpringPortletChannelImpl.getPortletWindowRegistry()
          Deprecated.  
 

Methods in org.jasig.portal.channels.portlet with parameters of type IPortletWindowRegistry
 void SpringPortletChannelImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
          Deprecated.  
 

Uses of IPortletWindowRegistry in org.jasig.portal.portlet.container.services
 

Methods in org.jasig.portal.portlet.container.services that return IPortletWindowRegistry
 IPortletWindowRegistry CasTicketUserInfoService.getPortletWindowRegistry()
           
 IPortletWindowRegistry CachedPasswordUserInfoService.getPortletWindowRegistry()
           
 IPortletWindowRegistry PortletEnvironmentServiceImpl.getPortletWindowRegistry()
           
 IPortletWindowRegistry PortletPreferencesServiceImpl.getPortletWindowRegistry()
           
 IPortletWindowRegistry PortalCallbackServiceImpl.getPortletWindowRegistry()
           
 IPortletWindowRegistry PersonDirectoryUserInfoService.getPortletWindowRegistry()
           
 

Methods in org.jasig.portal.portlet.container.services with parameters of type IPortletWindowRegistry
 void CasTicketUserInfoService.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 void RequestAttributeServiceImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 void CachedPasswordUserInfoService.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 void PortletEnvironmentServiceImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 void PortletPreferencesServiceImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 void PortalCallbackServiceImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 void PersonDirectoryUserInfoService.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 

Uses of IPortletWindowRegistry in org.jasig.portal.portlet.delegation
 

Methods in org.jasig.portal.portlet.delegation with parameters of type IPortletWindowRegistry
 void PortletDelegationLocatorImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 

Uses of IPortletWindowRegistry in org.jasig.portal.portlet.registry
 

Subinterfaces of IPortletWindowRegistry in org.jasig.portal.portlet.registry
 interface ITransientPortletWindowRegistry
          Deprecated. use IPortletWindowRegistry directly
 

Classes in org.jasig.portal.portlet.registry that implement IPortletWindowRegistry
 class 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.
 class TransientPortletWindowRegistryImpl
          Caches transient portlet window instances as request attributes, passes all operations on non-transient windows to the parent PortletWindowRegistryImpl
 

Uses of IPortletWindowRegistry in org.jasig.portal.portlet.rendering
 

Methods in org.jasig.portal.portlet.rendering with parameters of type IPortletWindowRegistry
 void PortletRendererImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 

Uses of IPortletWindowRegistry in org.jasig.portal.portlet.url
 

Methods in org.jasig.portal.portlet.url that return IPortletWindowRegistry
 IPortletWindowRegistry PortletUrlSyntaxProviderImpl.getPortletWindowRegistry()
           
 

Methods in org.jasig.portal.portlet.url with parameters of type IPortletWindowRegistry
 void PortletUrlSyntaxProviderImpl.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 

Uses of IPortletWindowRegistry in org.jasig.portal.rendering
 

Methods in org.jasig.portal.rendering that return IPortletWindowRegistry
 IPortletWindowRegistry StaticRenderingPipeline.getPortletWindowRegistry()
           
 

Methods in org.jasig.portal.rendering with parameters of type IPortletWindowRegistry
 void StaticRenderingPipeline.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 

Uses of IPortletWindowRegistry in org.jasig.portal.url.processing
 

Methods in org.jasig.portal.url.processing that return IPortletWindowRegistry
 IPortletWindowRegistry PortletRequestParameterProcessor.getPortletWindowRegistry()
           
 

Methods in org.jasig.portal.url.processing with parameters of type IPortletWindowRegistry
 void PortletRequestParameterProcessor.setPortletWindowRegistry(IPortletWindowRegistry portletWindowRegistry)
           
 



Copyright © 2010 Jasig. All Rights Reserved.