You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2012/03/28 07:02:40 UTC

[Myfaces Wiki] Trivial Update of "InvokingJsfPagesWithStandardUrls" by LincolnBaxter

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The "InvokingJsfPagesWithStandardUrls" page has been changed by LincolnBaxter:
http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls?action=diff&rev1=13&rev2=14

  }}}
  
  === Use PrettyFaces (by OcpSoft) ===
- For bookmarking, dynamic parameters, seo, and simplified navigation: this simple extension for JSF/JSF2 uses a Servlet Filter to intercept all requests. Request parameters can be injected directly into JSF managed beans via a minimalist configuration, managed bean methods can be invoked on each page request. [[ http://ocpsoft.com/prettyfaces | "PrettyFaces Dynamic Parameters - Page Actions - and Navigation for JSF" ]] is primarily designed to convert JSF urls: "/faces/page.xhtml?id=345" into parameterized, bookmarkable URLs: "/page/345", such as done by wordpress, or other client-facing web-applications.
+ For bookmarking, dynamic parameters, seo, and simplified navigation: this simple extension for JSF/JSF2 uses a Servlet Filter to intercept all requests. Request parameters can be injected directly into JSF managed beans via a minimalist configuration, managed bean methods can be invoked on each page request. [[ http://ocpsoft.org/prettyfaces/ | "PrettyFaces URLRewriteFilter - Page Actions - and Navigation for JSF" ]] is primarily designed to convert JSF urls: "/faces/page.xhtml?id=345" into parameterized, bookmarkable URLs: "/page/345", such as done by wordpress, or other client-facing web-applications.
  
  PrettyFaces also offers simplified navigation, linking, and URL request-parameter validation.