/** Redirecting experimental or obsolete web requests.  The redirectors of this package
  * are templateless pages.  They must be public and must have either default or
  * PageParameter constructors, else Wicket throws an exception.
  *
  * <p>The redirectors use VRequestCycle.uriFor() to construct the redirect target URL
  * rather than RequestCycle/WebPage.urlFor().  The latter would construct relative URLs
  * which might throw some clients off.</p>
  */
package votorola.a.web.wic.redirect;