Author: tandraschko
Date: Sat Feb 15 12:15:33 2014
New Revision: 1568628
URL: http://svn.apache.org/r1568628
Log:
cosmetics
Modified:
deltaspike/site/trunk/content/jsf.mdtext
Modified: deltaspike/site/trunk/content/jsf.mdtext
URL:
http://svn.apache.org/viewvc/deltaspike/site/trunk/content/jsf.mdtext?rev=1568628&r1=1568627&r2=1568628&view=diff
==============================================================================
--- deltaspike/site/trunk/content/jsf.mdtext (original)
+++ deltaspike/site/trunk/content/jsf.mdtext Sat Feb 15 12:15:33 2014
@@ -137,7 +137,7 @@ The best way, to apply it for all views,
### Switch Mode
-To switch the mode, you can just provide a
`org.apache.deltaspike.jsf.api.config.JsfModuleConfig`:
+To switch the mode, just provide a
`org.apache.deltaspike.jsf.api.config.JsfModuleConfig` and overwrite
`#getDefaultWindowMode`:
:::java
@Specializes
@@ -161,7 +161,7 @@ If you would like to provide an custom `
//...
}
-Don't forget to set the ClientWindowRenderMode to 'CUSTOM' via the
`JsfModuleConfig`:
+Don't forget to set the `ClientWindowRenderMode` to 'CUSTOM' via the
`JsfModuleConfig`:
:::java
@Specializes