You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/02/27 03:00:14 UTC

svn commit: r1572396 - /myfaces/site/cms-site/trunk/content/wiki/core/user-guide/configuration-of-special-features/view-pooling.mdtext

Author: lu4242
Date: Thu Feb 27 02:00:14 2014
New Revision: 1572396

URL: http://svn.apache.org/r1572396
Log:
add view pooling documentation

Modified:
    myfaces/site/cms-site/trunk/content/wiki/core/user-guide/configuration-of-special-features/view-pooling.mdtext

Modified: myfaces/site/cms-site/trunk/content/wiki/core/user-guide/configuration-of-special-features/view-pooling.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/content/wiki/core/user-guide/configuration-of-special-features/view-pooling.mdtext?rev=1572396&r1=1572395&r2=1572396&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/content/wiki/core/user-guide/configuration-of-special-features/view-pooling.mdtext (original)
+++ myfaces/site/cms-site/trunk/content/wiki/core/user-guide/configuration-of-special-features/view-pooling.mdtext Thu Feb 27 02:00:14 2014
@@ -211,6 +211,7 @@ There are two ways to enable a view to b
 
  * Add an entry into a faces-config.xml file like this:
 
+faces-config.xml
     :::xml
     <faces-config-extension>
         <view-pool-mapping>
@@ -226,6 +227,7 @@ With this mode you can override the glob
    
  * Encapsulate your top level page with
 
+On top level page
     :::xml
     <f:view oamEnableViewPool=true>