org.jasig.portal.url.processing
Interface IRequestParameterProcessorController
- All Known Implementing Classes:
- RequestParameterProcessorListController
public interface IRequestParameterProcessorController
IRequestParameterController presents an interface that is capable of processing an incoming
request and creating URL-generating objects, all according to the internal syntax.
- Version:
- $Revision: 11911 $
- Author:
- Peter Kharchenko: pkharchenko at unicon.net
processParameters
void processParameters(IWritableHttpServletRequest req,
HttpServletResponse res)
- Analyze current request, process necessary URL parameters,
and deliver information to the appropriate components.
- Parameters:
req - the incoming requestres - the outgoing response
- Throws:
IllegalArgumentException - if req or res are null.
Copyright © 2010 Jasig. All Rights Reserved.