You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by bu...@apache.org on 2013/03/31 16:34:46 UTC

svn commit: r856729 - in /websites/staging/deltaspike/trunk/content: ./ deltaspike/jsf.html

Author: buildbot
Date: Sun Mar 31 14:34:45 2013
New Revision: 856729

Log:
Staging update by buildbot for deltaspike

Modified:
    websites/staging/deltaspike/trunk/content/   (props changed)
    websites/staging/deltaspike/trunk/content/deltaspike/jsf.html

Propchange: websites/staging/deltaspike/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 31 14:34:45 2013
@@ -1 +1 @@
-1462973
+1462974

Modified: websites/staging/deltaspike/trunk/content/deltaspike/jsf.html
==============================================================================
--- websites/staging/deltaspike/trunk/content/deltaspike/jsf.html (original)
+++ websites/staging/deltaspike/trunk/content/deltaspike/jsf.html Sun Mar 31 14:34:45 2013
@@ -93,7 +93,7 @@
 <li><a href="#security-integration-via-secured">Security Integration via @Secured</a></li>
 <li><a href="#view-controller-callbacks-via-viewcontrollerref">View-Controller Callbacks via @ViewControllerRef</a></li>
 <li><a href="#referencing-views-via-viewref">Referencing Views via @ViewRef</a></li>
-<li><a href="#using-viewnavigationhandler">Using ViewNavigationHandler</a></li>
+<li><a href="#using-the-optional-viewnavigationhandler">Using the (optional) ViewNavigationHandler</a></li>
 <li><a href="#configuring-a-default-error-view">Configuring a Default Error-View</a></li>
 <li><a href="#using-matches">Using @Matches</a></li>
 <li><a href="#using-viewconfigresolver">Using ViewConfigResolver</a></li>
@@ -410,7 +410,7 @@ Use an existing view-config to reference
 
 <p>leads to the invocation of the pre-render-view logic before /pages/page1.xhtml gets rendered (and
 it won't be called for other pages).</p>
-<h3 id="using-viewnavigationhandler">Using ViewNavigationHandler</h3>
+<h3 id="using-the-optional-viewnavigationhandler">Using the (optional) ViewNavigationHandler</h3>
 <p>With JSF you typically navigate with the action-method bound to a command-component.
 However, also JSF supports manual navigation via <code>javax.faces.application.NavigationHandler</code>.
 With <code>ViewNavigationHandler</code> DeltaSpike provides an equivalent optimized for type-safe view-configs which is easier to use (and can be used also for other (supported) view technology).</p>