Tapestry5 Url rewrite

Description

The SEO is very important, Tapestry creates great urls, but in some situations we need custom solutions. We can contribute to PageRenderLinkTransformer to customize all what we want.

Demo

Check the name of the pages and the url that appears in the links. Change the locale and check that the urls are L18N too.

Go to HowToUrlRewritingTapestry5Go to SampleShopPageGo to SampleShopProductPage

Source codes

package es.carlosmontero.webapp.t5devutil.pages.seo;

public class UrlRewritingPage {

}