Skip to content

Commit

Permalink
Merge pull request #823 from caelum/ot-gh758-pluginslinks
Browse files Browse the repository at this point in the history
Adding links to vraptor plugins
  • Loading branch information
garcia-jj committed Oct 28, 2014
2 parents 3b59779 + 5dce712 commit 77732dc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions vraptor-site/content/en/docs/converters.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@

`Calendar` and `Date` are supported using application locale.

There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the <b>vraptor-jodatime</b> plugin. More info [here](/en/docs/plugins).
There are converters for the main Joda-time types: `DateTime`, `LocalDate`, `LocalDateTime` and `LocalTime` available using the [vraptor-jodatime](/en/docs/plugins/#time-joda) plugin.

If you are using JDK 8, you can use the new `java.time` API available using <b>vraptor-javatime</b> plugin. More info [here](/en/docs/plugins).
If you are using JDK 8, you can use the new `java.time` API available using [vraptor-javatime](/en/docs/plugins) plugin.

##If conversion fails

Expand Down Expand Up @@ -188,4 +188,4 @@
}
~~~

All of VRaptor's `Converter`s have `LIBRARY_BEFORE` priority.
All of VRaptor's `Converter`s have `LIBRARY_BEFORE` priority.
6 changes: 3 additions & 3 deletions vraptor-site/content/pt/docs/conversores.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@

`Calendar` e `Date` são suportados por padrão usando a localização da sua aplicação.

Existem conversores para os principais tipos do Joda-time como `DateTime`, `LocalDate`, `LocalDateTime` e `LocalTime`. Os conversores do Joda-time estão disponíveis usando o plugin <b>vraptor-jodatime</b>. Mais informações [aqui](/pt/docs/plugins/#joda-time).
Existem conversores para os principais tipos do Joda-time como `DateTime`, `LocalDate`, `LocalDateTime` e `LocalTime`. Os conversores do Joda-time estão disponíveis usando o plugin [vraptor-jodatime](/pt/docs/plugins/#joda-time).

Se você está usando JDK 8, você pode tirar proveito dos conversores do pacote `java.time`, que estão disponíveis usando o plugin <b>vraptor-javatime</b>. Mais informações [aqui](/pt/docs/plugins/#nova-api-de-datas-do-java).
Se você está usando JDK 8, você pode tirar proveito dos conversores do pacote `java.time`, que estão disponíveis usando o plugin [vraptor-javatime](/pt/docs/plugins/#nova-api-de-datas-do-java).

##Mensagem de erro de conversão

Expand Down Expand Up @@ -183,4 +183,4 @@
}
~~~

Por padrão todo `Converter` do VRaptor tem prioridade `LIBRARY_BEFORE`.
Por padrão todo `Converter` do VRaptor tem prioridade `LIBRARY_BEFORE`.

0 comments on commit 77732dc

Please sign in to comment.