This class is meant to generate URLs for accessing application dynamically generated pages based on parameters passed in the URL.
The class can optionally generate URLs in the common dynamic page format (http://www.mycompany.com/index?go=home&page=1) or URLs in a format optimized for not preventing search engine crawling (http://www.mycompany.com/index/home/1/).
In the later case, the class can also generate scripts that will process requests of pages with this URL format to extract the dynamic parameters from the URLs.