Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <url-mapping id="search">
  2. <pattern value="/search" />
  3. <view-id value="/views/search.xhtml" />
  4. </url-mapping>
  5.  
  6. <url-mapping id="edit">
  7. <pattern value="/edit" />
  8. <view-id value="/views/edit.xhtml" />
  9. </url-mapping>
  10.  
  11. <url-mapping id="generic">
  12. <pattern value="/*" />
  13. <view-id value="/views/$1.xhtml" />
  14. </url-mapping>
  15.  
  16. .addRule(Join.path("/{page}").to("/views/{page}.xhtml"))
Add Comment
Please, Sign In to add comment