Uses of Interface
org.jasig.portal.url.support.IChannelRequestParameterManager

Packages that use IChannelRequestParameterManager
org.jasig.portal.spring.locator   
org.jasig.portal.url.processing   
org.jasig.portal.url.support   
 

Uses of IChannelRequestParameterManager in org.jasig.portal.spring.locator
 

Methods in org.jasig.portal.spring.locator that return IChannelRequestParameterManager
static IChannelRequestParameterManager ChannelRequestParameterManagerLocator.getChannelRequestParameterManager()
          Deprecated.  
 

Methods in org.jasig.portal.spring.locator that return types with arguments of type IChannelRequestParameterManager
protected  AbstractBeanLocator<IChannelRequestParameterManager> ChannelRequestParameterManagerLocator.getLocator()
          Deprecated.  
 

Method parameters in org.jasig.portal.spring.locator with type arguments of type IChannelRequestParameterManager
protected  void ChannelRequestParameterManagerLocator.setLocator(AbstractBeanLocator<IChannelRequestParameterManager> locator)
          Deprecated.  
 

Constructors in org.jasig.portal.spring.locator with parameters of type IChannelRequestParameterManager
ChannelRequestParameterManagerLocator(IChannelRequestParameterManager instance)
          Deprecated.  
 

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

Methods in org.jasig.portal.url.processing that return IChannelRequestParameterManager
 IChannelRequestParameterManager ChannelRequestParameterProcessor.getChannelRequestParameterManager()
           
 

Methods in org.jasig.portal.url.processing with parameters of type IChannelRequestParameterManager
 void ChannelRequestParameterProcessor.setChannelRequestParameterManager(IChannelRequestParameterManager channelRequestParameterManager)
           
 

Uses of IChannelRequestParameterManager in org.jasig.portal.url.support
 

Classes in org.jasig.portal.url.support that implement IChannelRequestParameterManager
 class ChannelRequestParameterManager
          Manages access to channel request parameters using a request attribute.
 



Copyright © 2010 Jasig. All Rights Reserved.