Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Did you know you can define page class alias to not expose your package structure in the URL? Just use application.getPages().putClassAlias(MyPage.class, "myAlias"); The URL will than look like http://.../myApp?bookmarkablePage=myAlias

Absolute paths

Code Block

RequestUtils.toAbsolutePath(urlFor(...));