jar

br.com.arsmachina : tapestry-url-rewriter

Maven & Gradle

Sep 30, 2013
3 usages
5 stars

Tapestry URL Rewriter · The old URL rewriter API that was deprecated in Tapestry 5.2 and removed in Tapestry 5.3. Since tapestry-url-rewriter 2.0.0, the outgoing URL rewrite (Link rewrite) was removed, leaving just the incoming URL rewrite support.

Table Of Contents

Latest Version

Download br.com.arsmachina : tapestry-url-rewriter JAR file - Latest Versions:

All Versions

Download br.com.arsmachina : tapestry-url-rewriter JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window tapestry-url-rewriter-2.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.apache.tapestry5.urlrewriter

├─ org.apache.tapestry5.urlrewriter.SimpleRequestWrapper.class - [JAR]

├─ org.apache.tapestry5.urlrewriter.URLRewriterRule.class - [JAR]

org.apache.tapestry5.services

├─ org.apache.tapestry5.services.DelegatingRequest.class - [JAR]

├─ org.apache.tapestry5.services.URLRewriter.class - [JAR]

├─ org.apache.tapestry5.services.UrlRewriterModule.class - [JAR]

org.apache.tapestry5.internal.services

├─ org.apache.tapestry5.internal.services.URLRewriterImpl.class - [JAR]

├─ org.apache.tapestry5.internal.services.URLRewriterRequestFilter.class - [JAR]

Advertisement