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.

License

License

Categories

Categories

Tape Data Data Structures
GroupId

GroupId

br.com.arsmachina
ArtifactId

ArtifactId

tapestry-url-rewriter
Last Version

Last Version

2.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/thiagohp/tapestry-url-rewriter
Project Organization

Project Organization

Ars Machina Tecnologia da Informação Ltda.
Source Code Management

Source Code Management

https://github.com/thiagohp/tapestry-url-rewriter

Download tapestry-url-rewriter

How to add to project

<!-- https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-url-rewriter/ -->
<dependency>
    <groupId>br.com.arsmachina</groupId>
    <artifactId>tapestry-url-rewriter</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-url-rewriter/
implementation 'br.com.arsmachina:tapestry-url-rewriter:2.0.0'
// https://jarcasting.com/artifacts/br.com.arsmachina/tapestry-url-rewriter/
implementation ("br.com.arsmachina:tapestry-url-rewriter:2.0.0")
'br.com.arsmachina:tapestry-url-rewriter:jar:2.0.0'
<dependency org="br.com.arsmachina" name="tapestry-url-rewriter" rev="2.0.0">
  <artifact name="tapestry-url-rewriter" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.arsmachina', module='tapestry-url-rewriter', version='2.0.0')
)
libraryDependencies += "br.com.arsmachina" % "tapestry-url-rewriter" % "2.0.0"
[br.com.arsmachina/tapestry-url-rewriter "2.0.0"]

Dependencies

provided (4)

Group / Artifact Type Version
org.apache.tapestry : tapestry-core jar 5.3.3
org.apache.tapestry : tapestry-ioc jar 5.3.3
javax.servlet : servlet-api jar 2.5
org.apache.tapestry : tapestry-test jar 5.3.3

Project Modules

There are no modules declared in this project.

tapestry-url-rewriter

tapestry-url-rewriter 1.0.1 is old URL rewriter API that was deprecated in Tapestry 5.2 and removed in Tapestry 5.3.

tapestry-url-rewriter 2.0.0 is 1.0.1 with all the outgoing URLs (Link instances) rewriting code, as the Tapestry's 5.2+ LinkTransformer API handles this in a way better form.

For documentation and examples, check http://tapestry.machina.com.br/2013/10/1/tapestry-url-rewriter-2-0-0-released.

Versions

Version
2.0.0
1.0.1