DOC

net.urlrewriter : urlrewriter

Maven & Gradle

Aug 11, 2007

UrlRewriter is an open-source, light-weight, highly configurable URL rewriting component for Java. It provides similar capabilities that the Apache web server provides with mod_rewrite and .htaccess.

Table Of Contents

Latest Version

Download net.urlrewriter : urlrewriter Javadoc & API Documentation - Latest Versions:

All Versions

Download net.urlrewriter : urlrewriter Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
2.0RC1

How to open Javadoc JAR file in web browser

  1. Rename the file urlrewriter-2.0RC1-javadoc.jar to urlrewriter-2.0RC1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder urlrewriter-2.0RC1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "urlrewriter-2.0RC1-sources.jar" -d "urlrewriter-2.0RC1-javadoc" -subpackages 

Advertisement