Uses of Interface
org.jasig.portal.portlet.container.properties.IRequestPropertiesManager

Packages that use IRequestPropertiesManager
org.jasig.portal.portlet.container.properties   
org.jasig.portal.portlet.container.services   
 

Uses of IRequestPropertiesManager in org.jasig.portal.portlet.container.properties
 

Classes in org.jasig.portal.portlet.container.properties that implement IRequestPropertiesManager
 class BaseRequestPropertiesManager
          Do nothing base class for IRequestPropertiesManager impls.
 class CacheRequestPropertiesManager
          Deals with seting and retrieving the RenderResponse.EXPIRATION_CACHE property.
 class HttpRequestPropertiesManager
          Provides some extra information from the HttpServletRequest to the portlet as properties.
 class RequestPropertiesManagerBroker
          Delegates properties related calls to a List of IRequestPropertiesManagers in order.
 

Methods in org.jasig.portal.portlet.container.properties that return types with arguments of type IRequestPropertiesManager
 List<IRequestPropertiesManager> RequestPropertiesManagerBroker.getPropertiesManagers()
           
 

Method parameters in org.jasig.portal.portlet.container.properties with type arguments of type IRequestPropertiesManager
 void RequestPropertiesManagerBroker.setPropertiesManagers(List<IRequestPropertiesManager> propertiesManagers)
           
 

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

Methods in org.jasig.portal.portlet.container.services that return IRequestPropertiesManager
 IRequestPropertiesManager PortalCallbackServiceImpl.getRequestPropertiesManager()
           
 

Methods in org.jasig.portal.portlet.container.services with parameters of type IRequestPropertiesManager
 void PortalCallbackServiceImpl.setRequestPropertiesManager(IRequestPropertiesManager requestPropertiesManager)
           
 



Copyright © 2010 Jasig. All Rights Reserved.