Uses of Interface
org.jasig.portal.url.processing.IRequestParameterProcessor

Packages that use IRequestParameterProcessor
org.jasig.portal.url.processing   
 

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

Classes in org.jasig.portal.url.processing that implement IRequestParameterProcessor
 class ChannelRequestParameterProcessor
          Does request parameter processing on any request that does not explicitly target a portlet.
 class PortletRequestParameterProcessor
          Uses the IPortletUrlSyntaxProvider to parse the portlet parameters from the request into PortletUrls.
 class UrlRequestParameterProcessor
          This implementation of IRequestParameterProcessor sets the value of specified structure and theme parameters by evaluating RegEx patterns against the request URL.
 class UserLayoutParameterProcessor
          This helper class processes HttpServletRequests for parameters relating to user layout actions, propagating appropriate events to the user's layout manager, preferences, and channel manager.
 

Methods in org.jasig.portal.url.processing that return types with arguments of type IRequestParameterProcessor
 List<IRequestParameterProcessor> RequestParameterProcessorListController.getDynamicRequestParameterProcessors()
           
 

Method parameters in org.jasig.portal.url.processing with type arguments of type IRequestParameterProcessor
 void RequestParameterProcessorListController.setDynamicRequestParameterProcessors(List<IRequestParameterProcessor> dynamicRequestParameterProcessors)
           
 



Copyright © 2010 Jasig. All Rights Reserved.