Votorola

Package votorola.a.web.wic.redirect

Redirecting experimental or obsolete web requests.

See: Description

Package votorola.a.web.wic.redirect Description

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.

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.

Votorola