The UrlManager

The url-manager component is responsible for reading urls and translating them into a logic request.

This means that, given the request URL, they must come up with which component, logic and desired view result the user is trying to access.

The default url manager implementation uses the standard componentName.logicName.logic pattern.

You can override the default url manager by implementing the url manager interface and defining it as yours url manager in vraptor.xml:

<url-manager>org.vraptor.examples.MyUrlManager</url-manager>