commons-view
commons-view is a micro framework for parsing URLs, finding the appropriate view handlers, and for creating links to views.
This software is part of the Shredzone Commons.
The source code can be found at GitHub and is distributed under the terms of GNU Lesser General Public License Version 3.
Installation
commons-view is available at Maven Central. Just add this snippet to your pom.xml:
<dependency>
<groupId>org.shredzone.commons</groupId>
<artifactId>commons-view</artifactId>
<version>1.4</version>
</dependency>
Java Module
Add this line to your module descriptor:
requires org.shredzone.commons.view;