Uses of Interface
org.jasig.portal.url.IPortalRequestUtils

Packages that use IPortalRequestUtils
org.jasig.portal.persondir.support   
org.jasig.portal.portlet.container.properties   
org.jasig.portal.portlet.container.services   
org.jasig.portal.portlet.dao.trans   
org.jasig.portal.portlet.delegation   
org.jasig.portal.portlet.registry   
org.jasig.portal.portlet.session   
org.jasig.portal.portlet.url   
org.jasig.portal.portlets.swapper   
org.jasig.portal.spring.web.context.support   
org.jasig.portal.url   
org.jasig.portal.user   
 

Uses of IPortalRequestUtils in org.jasig.portal.persondir.support
 

Methods in org.jasig.portal.persondir.support that return IPortalRequestUtils
 IPortalRequestUtils PersonManagerCurrentUserProvider.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.persondir.support with parameters of type IPortalRequestUtils
 void PersonManagerCurrentUserProvider.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

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

Methods in org.jasig.portal.portlet.container.properties that return IPortalRequestUtils
 IPortalRequestUtils HttpRequestPropertiesManager.getPortalRequestUtils()
           
 IPortalRequestUtils CacheRequestPropertiesManager.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.portlet.container.properties with parameters of type IPortalRequestUtils
 void HttpRequestPropertiesManager.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 void CacheRequestPropertiesManager.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

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

Methods in org.jasig.portal.portlet.container.services that return IPortalRequestUtils
 IPortalRequestUtils CasTicketUserInfoService.getPortalRequestUtils()
           
 IPortalRequestUtils CachedPasswordUserInfoService.getPortalRequestUtils()
           
 IPortalRequestUtils PortletPreferencesServiceImpl.getPortalRequestUtils()
           
 IPortalRequestUtils PersonDirectoryUserInfoService.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.portlet.container.services with parameters of type IPortalRequestUtils
 void CasTicketUserInfoService.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 void RequestAttributeServiceImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 void CachedPasswordUserInfoService.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 void PortletPreferencesServiceImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 void PersonDirectoryUserInfoService.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

Uses of IPortalRequestUtils in org.jasig.portal.portlet.dao.trans
 

Methods in org.jasig.portal.portlet.dao.trans that return IPortalRequestUtils
 IPortalRequestUtils TransientPortletEntityDao.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.portlet.dao.trans with parameters of type IPortalRequestUtils
 void TransientPortletEntityDao.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
          Used to get access to the current portal request
 

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

Methods in org.jasig.portal.portlet.delegation with parameters of type IPortalRequestUtils
 void PortletDelegationLocatorImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

Constructors in org.jasig.portal.portlet.delegation with parameters of type IPortalRequestUtils
PortletDelegationDispatcherImpl(IPortletWindow portletWindow, IPortletWindow parentPortletWindow, int userId, IPortalRequestUtils portalRequestUtils, IPersonManager personManager, IPortletRenderer portletRenderer, IPortletRequestParameterManager portletRequestParameterManager, IPortletDelegationManager portletDelegationManager)
           
 

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

Methods in org.jasig.portal.portlet.registry with parameters of type IPortalRequestUtils
 void PortletEntityRegistryImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

Uses of IPortalRequestUtils in org.jasig.portal.portlet.session
 

Methods in org.jasig.portal.portlet.session that return IPortalRequestUtils
 IPortalRequestUtils PortletSessionExpirationManager.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.portlet.session with parameters of type IPortalRequestUtils
 void PortletSessionExpirationManager.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

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

Methods in org.jasig.portal.portlet.url that return IPortalRequestUtils
 IPortalRequestUtils PortletRequestParameterManager.getPortalRequestUtils()
           
 IPortalRequestUtils PortletUrlSyntaxProviderImpl.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.portlet.url with parameters of type IPortalRequestUtils
 void PortletRequestParameterManager.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 void PortletUrlSyntaxProviderImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

Uses of IPortalRequestUtils in org.jasig.portal.portlets.swapper
 

Methods in org.jasig.portal.portlets.swapper that return IPortalRequestUtils
 IPortalRequestUtils AttributeSwapperHelperImpl.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.portlets.swapper with parameters of type IPortalRequestUtils
 void AttributeSwapperHelperImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
          Utility class to access the original portal request
 

Uses of IPortalRequestUtils in org.jasig.portal.spring.web.context.support
 

Methods in org.jasig.portal.spring.web.context.support that return IPortalRequestUtils
 IPortalRequestUtils PortalSessionScope.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.spring.web.context.support with parameters of type IPortalRequestUtils
 void PortalSessionScope.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 

Uses of IPortalRequestUtils in org.jasig.portal.url
 

Classes in org.jasig.portal.url that implement IPortalRequestUtils
 class PortalRequestUtilsImpl
          Provides access to the original portal and portlet requests using the PortalHttpServletRequestWrapper.ATTRIBUTE__HTTP_SERVLET_REQUEST and PortletHttpServletRequestWrapper.ATTRIBUTE__HTTP_SERVLET_REQUEST
 

Uses of IPortalRequestUtils in org.jasig.portal.user
 

Methods in org.jasig.portal.user that return IPortalRequestUtils
 IPortalRequestUtils UserInstanceManagerImpl.getPortalRequestUtils()
           
 

Methods in org.jasig.portal.user with parameters of type IPortalRequestUtils
 void UserInstanceManagerImpl.setPortalRequestUtils(IPortalRequestUtils portalRequestUtils)
           
 



Copyright © 2010 Jasig. All Rights Reserved.